1.优化中奖,当余额不足支付惩罚时,直接扣完钱包

This commit is contained in:
2026-06-01 14:09:26 +08:00
parent d77e390fa3
commit 3f97905ffa
5 changed files with 47 additions and 37 deletions

View File

@@ -31,6 +31,7 @@ use think\model\relation\BelongsTo;
* @property $use_coins 消耗平台币(兼容字段:付费局=paid_amount免费局=0
* @property $direction 方向:0=顺时针,1=逆时针
* @property $reward_tier 中奖档位T1,T2,T3,T4,T5,BIGWIN
* @property $remark 备注(如惩罚格余额不足)
* @property $lottery_id 奖池
* @property $start_index 起始索引
* @property $target_index 结束索引