From 776a345d74b55ada3fd443ad08ed0216ad8d77b3 Mon Sep 17 00:00:00 2001 From: yaooo <272523191@qq.com> Date: Sat, 23 Sep 2023 14:25:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- route/api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route/api.php b/route/api.php index b799d9c0..0b9d87b8 100644 --- a/route/api.php +++ b/route/api.php @@ -548,7 +548,7 @@ Route::group('api/', function () { Route::post('update', 'Merchant/update'); // 商户信息 Route::get('info', 'Merchant/info'); - Route::get('info', 'Merchant/info'); + Route::get('margin', 'Merchant/marginInfo'); })->prefix('api.store.merchant.'); Route::post('store/certificate/:merId', 'api.Auth/getMerCertificate');