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

This commit is contained in:
2026-06-02 17:04:55 +08:00
parent 13dacc8fdd
commit c0d5258aee
8 changed files with 55 additions and 54 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 底注/注数历史购买记录默认为1T5再来一次写入本次注数)
* @property $ante 底注/注数历史购买记录默认为1T4再来一次写入本次注数)
* @property $total_ticket_count 总抽奖次数
* @property $paid_ticket_count 购买抽奖次数
* @property $free_ticket_count 赠送抽奖次数