命令行

This commit is contained in:
2025-08-15 10:28:58 +08:00
parent ca0bf11b55
commit d1bbbab7c3
5 changed files with 18 additions and 17 deletions

View File

@@ -15,7 +15,9 @@
use Webman\Route;
Route::any('/czg/app/wuyou/queryOrder/{orderId}', [app\czg\app\controller\WuyouController::class, 'queryOrder']);
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']);