From 685bca8bdb4b6b48d823caa247af9e6f1a7d41ea 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:10:26 +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 daa7640c..9d6b6c8b 100644 --- a/application/common/service/LotteryService.php +++ b/application/common/service/LotteryService.php @@ -95,7 +95,7 @@ class LotteryService $luaSha = LotteryGiftLua::getLotteryLuaScript(); // 执行Lua脚本(入参:small_round + big_round) - $result = $this->redis->evalSha($luaSha, [ + $result = $this->redis->eval($luaSha, [ $send_uid, 0, $gift_gold, $small_trigger_times, $big_threshold, $small_round, $big_round, $big_total_gold