From c9ff966a97635307aaeb1a7040d313e12df0da46 Mon Sep 17 00:00:00 2001 From: yaooo <272523191@qq.com> Date: Sat, 23 Sep 2023 14:25:43 +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 0b9d87b8..b799d9c0 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('margin', 'Merchant/marginInfo'); + Route::get('info', 'Merchant/info'); })->prefix('api.store.merchant.'); Route::post('store/certificate/:merId', 'api.Auth/getMerCertificate');