|
|
@@ -49,6 +49,7 @@ Route::group('player', function () {
|
|
|
// 游戏相关路由
|
|
|
Route::group('game', function () {
|
|
|
Route::get('list', 'Game/list');
|
|
|
+ Route::get('get_games', 'Game/getGames');
|
|
|
Route::get('detail', 'Game/detail');
|
|
|
Route::post('update', 'Game/update');
|
|
|
Route::post('update_status', 'Game/updateStatus');
|