爆币
This commit is contained in:
@@ -95,7 +95,7 @@ class LotteryService
|
|||||||
$luaSha = LotteryGiftLua::getLotteryLuaScript();
|
$luaSha = LotteryGiftLua::getLotteryLuaScript();
|
||||||
|
|
||||||
// 执行Lua脚本(入参:small_round + big_round)
|
// 执行Lua脚本(入参:small_round + big_round)
|
||||||
$result = $this->redis->evalSha($luaSha, [
|
$result = $this->redis->eval($luaSha, [
|
||||||
$send_uid, 0, $gift_gold,
|
$send_uid, 0, $gift_gold,
|
||||||
$small_trigger_times, $big_threshold,
|
$small_trigger_times, $big_threshold,
|
||||||
$small_round, $big_round, $big_total_gold
|
$small_round, $big_round, $big_total_gold
|
||||||
|
|||||||
Reference in New Issue
Block a user