diff --git a/application/common/service/LotteryService.php b/application/common/service/LotteryService.php index 44d8ac23..3e4d235f 100644 --- a/application/common/service/LotteryService.php +++ b/application/common/service/LotteryService.php @@ -119,7 +119,7 @@ class LotteryService $result['small_total_gold'], $giftId, $result['small_round'], // 新增:传入轮次 - "小奖池累计:用户{$send_uid}送礼,轮次{$result['current_round']}" + "小奖池累计:用户{$send_uid}送礼,轮次{$result['small_round']}" ); } else { $winnerUid = $send_uid; // 奖默认给当前送礼用户