From 5c1b131634a4be46eca99a0b0d20d0c8583f6b5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=9D=BE?= <8605635+zhang3064194730@user.noreply.gitee.com> Date: Sat, 16 Aug 2025 09:24:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=BC=E5=AE=B9=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/route.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/route.php b/config/route.php index 6bbc76a..98f3673 100644 --- a/config/route.php +++ b/config/route.php @@ -18,6 +18,7 @@ Route::any('/czg/app/wuyou/queryOrder/{orderId}', [app\czg\app\controller\WuyouC Route::any('/czg/app/wuyou/payOrder/{orderId}', [app\czg\app\controller\WuyouController::class, 'payOrder']); Route::any('/czg/app/Login/sendMsg/{phone}/{event}', [app\czg\app\controller\LoginController::class, 'sendMsg']); Route::any('/czg/app/common/type/{num}', [app\czg\app\controller\CommonController::class, 'type']); +Route::any('/czg/app/user/realNameAuth/v2', [app\czg\app\controller\UserController::class, 'realNameAuth']);