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