From 31f7d73ce65ed1f84b13efd496f2dbc27feb6844 Mon Sep 17 00:00:00 2001 From: yaooo <272523191@qq.com> Date: Sat, 9 Sep 2023 11:16:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- route/api.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/route/api.php b/route/api.php index 38d2de43..b2703b02 100644 --- a/route/api.php +++ b/route/api.php @@ -387,8 +387,7 @@ Route::group('api/', function () { Route::post('/entrust/check/:id', 'Community/checkEntrust'); Route::post('/entrust/addEntrustCart', 'Community/addEntrustCart'); Route::post('/entrust/apply/finish/:id', 'Community/applyFinishEntrust'); - Route::post('/entrust/finish/:id', 'Community/finishEntrust'); - + Route::post('/entrust/finish/:id', 'Community/finishEntrust'); })->prefix('api.community.'); Route::group('svip', function () {