Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
namespace app\utils;
|
namespace app\utils;
|
||||||
|
|
||||||
use app\exception\SysException;
|
use app\exception\SysException;
|
||||||
use think\facade\Log;
|
use support\Log;
|
||||||
|
|
||||||
class AliUtils
|
class AliUtils
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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/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/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/common/type/{num}', [app\czg\app\controller\CommonController::class, 'type']);
|
||||||
|
Route::any('/czg/app/user/realNameAuth/v2', [app\czg\app\controller\UserController::class, 'realNameAuth']);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user