[色子游戏]玩家抽奖记录-优化抽奖roll_array记录五个色子

This commit is contained in:
2026-03-04 13:43:56 +08:00
parent 6d2b74a899
commit 33e3603932
3 changed files with 18 additions and 18 deletions

View File

@@ -28,7 +28,7 @@ use think\model\relation\BelongsTo;
* @property $lottery_id 奖池
* @property $start_index 起始索引
* @property $target_index 结束索引
* @property $roll_array 摇取点数,格式:[1,2,3,4,5,6]
* @property $roll_array 摇取点数,格式:[1,2,3,4,5]5个点数
* @property $lottery_name 奖池名
* @property $create_time 创建时间
* @property $update_time 修改时间