|
@@ -33,6 +33,9 @@ Route::prefix('/sync')->group(function () {
|
|
|
Route::get('/cd', [Sync::class, 'cd']);
|
|
Route::get('/cd', [Sync::class, 'cd']);
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
|
|
+Route::get('/fake', [Bet::class, 'fake']);
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
|
|
|
Route::middleware(['admin.jwt'])->group(function () {
|
|
Route::middleware(['admin.jwt'])->group(function () {
|
|
|
|
|
|
|
@@ -66,7 +69,6 @@ Route::middleware(['admin.jwt'])->group(function () {
|
|
|
// 投注记录
|
|
// 投注记录
|
|
|
Route::prefix('/bet')->group(function () {
|
|
Route::prefix('/bet')->group(function () {
|
|
|
Route::get('/', [Bet::class, 'index']);
|
|
Route::get('/', [Bet::class, 'index']);
|
|
|
- Route::get('/fake', [Bet::class, 'fake']);
|
|
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
// 玩法规则路由
|
|
// 玩法规则路由
|