From 92a2fb10cd4d3b17d5714a9f87ce2b665eed71b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Sun, 21 Dec 2025 17:16:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=88=86=E5=B8=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/common/service/LotteryService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; // 奖默认给当前送礼用户