This commit is contained in:
2025-12-21 17:10:26 +08:00
parent 73b3808dec
commit 685bca8bdb

View File

@@ -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