[接口]新增抽奖接口/api/game/playStart

This commit is contained in:
2026-03-04 17:06:30 +08:00
parent 21c638a231
commit 0a3af2d422
6 changed files with 428 additions and 4 deletions

View File

@@ -30,6 +30,7 @@ use think\model\relation\BelongsTo;
* @property $target_index 结束索引
* @property $roll_array 摇取点数,格式:[1,2,3,4,5]5个点数
* @property $lottery_name 奖池名
* @property $status 状态:0=超时/失败 1=成功
* @property $create_time 创建时间
* @property $update_time 修改时间
*/