重新设置抽奖底注金额为1,优化页面样式

This commit is contained in:
2026-03-31 17:23:16 +08:00
parent d54a9c9281
commit 6ed34b97df
24 changed files with 118 additions and 94 deletions

View File

@@ -74,7 +74,7 @@ class GameController extends BaseController
* 购买抽奖券
* POST /api/game/buyLotteryTickets
* header: token由 TokenMiddleware 注入 request->player_id
* body: count = 1 | 5 | 101次/100coin, 5次/500coin, 10次/1000coin
* body: count = 1 | 5 | 101次/1coin, 5次/5coin, 10次/10coin
*/
// public function buyLotteryTickets(Request $request): Response
// {
@@ -217,6 +217,7 @@ class GameController extends BaseController
}
}
}
$data['tier'] = $data['reward_tier'] ?? '';
return $this->success($data);
} catch (ApiException $e) {