From 37f71de5fa3fc62ba1c50ba110dd121c14497b5b Mon Sep 17 00:00:00 2001 From: yaooo <272523191@qq.com> Date: Wed, 13 Sep 2023 17:01:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=95=86=E6=88=B7=E5=85=A5?= =?UTF-8?q?=E9=A9=BB=E7=94=B3=E8=AF=B7?= 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 8779c127..af3eb7d9 100644 --- a/route/api.php +++ b/route/api.php @@ -23,7 +23,7 @@ Route::group('api/', function () { Route::any('test', 'api.Auth/test'); Route::any('app/version', 'api.Auth/appVersion'); Route::any('dotest', 'api.Auth/dotest'); - Route::post('merchant/syncStatus/:id', 'api.Auth/merchantStatus'); + // Route::post('merchant/syncStatus/:id', 'api.Auth/merchantStatus'); Route::post('goods/take/:id', 'api.Auth/deliveryGoods'); Route::get('merchant/cate', 'api.Auth/merchantCate'); Route::get('order/statistics', 'api.Auth/orderStatistics');