From 4e4324ba05d8d3c1412b923fe27b0ac4f0c8d6a9 Mon Sep 17 00:00:00 2001 From: liu <1873441552@qq.com> Date: Tue, 19 Mar 2024 09:49:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=AF=E7=94=B1?= 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 2b211799..f1a59147 100644 --- a/route/api.php +++ b/route/api.php @@ -716,7 +716,7 @@ Route::group('api/', function () { Route::get('captcha', 'api.Auth/getCaptcha'); //合并账号 - Route::post('user/merge', 'api.auth/merge'); + Route::post('user/merge', 'api.Auth/merge'); //获取协议列表 Route::get('agreement_lst', 'admin.system.Cache/getKeyLst')->append(['type' => 1]);