新增统计,小游戏,系统设置

This commit is contained in:
2026-06-11 13:49:20 +08:00
parent 3120c56620
commit 064ba727e0
11 changed files with 827 additions and 144 deletions

View File

@@ -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);