1.修复抽奖档位不统一的问题

This commit is contained in:
2026-06-02 17:31:23 +08:00
parent c0d5258aee
commit 37b0ee134e
5 changed files with 7 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ use think\model\relation\BelongsTo;
* @property $player_id 玩家id
* @property $admin_id 关联玩家所属管理员IDDicePlayer.admin_id
* @property $use_coins 消耗硬币
* @property $ante 底注/注数历史购买记录默认为1T4再来一次写入本次注数)
* @property $ante 底注/注数历史购买记录默认为1T5再来一次写入本次注数)
* @property $total_ticket_count 总抽奖次数
* @property $paid_ticket_count 购买抽奖次数
* @property $free_ticket_count 赠送抽奖次数