新增统计,小游戏,系统设置
This commit is contained in:
@@ -12,7 +12,7 @@ Route::group('external', function () {
|
||||
|
||||
Route::group('external', function () {
|
||||
// 这里面的所有路由都会经过 ApiAuth 中间件
|
||||
Route::post('test', 'Account/test');
|
||||
Route::post('user-withdraw', 'Withdraw/apply');
|
||||
// Route::post('claimPrizeNotify', 'External/claimPrizeNotify');
|
||||
|
||||
})->middleware(ApiAuth::class);
|
||||
Reference in New Issue
Block a user