From 3a77adf1f56a08724355848457806fb770e0dc1f Mon Sep 17 00:00:00 2001 From: yaooo <272523191@qq.com> Date: Sat, 23 Sep 2023 14:26:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8E=A5=E5=8F=A3api?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- route/api.php | 1 - 1 file changed, 1 deletion(-) diff --git a/route/api.php b/route/api.php index 0b9d87b8..a751713a 100644 --- a/route/api.php +++ b/route/api.php @@ -546,7 +546,6 @@ Route::group('api/', function () { Route::get('/local', 'Merchant/localLst'); //编辑商户信息 Route::post('update', 'Merchant/update'); -// 商户信息 Route::get('info', 'Merchant/info'); Route::get('margin', 'Merchant/marginInfo'); })->prefix('api.store.merchant.');