This commit is contained in:
2026-01-27 20:12:31 +08:00
parent 31181d74c7
commit 786295bc47
2 changed files with 3 additions and 4 deletions

View File

@@ -12,7 +12,6 @@ class LotteryService10
private $redis; private $redis;
// 配置参数 // 配置参数
private $config; private $config;
private $bigPrizeWeights;
public function __construct() public function __construct()
{ {
@@ -78,7 +77,7 @@ class LotteryService10
// 加载Lua脚本 // 加载Lua脚本
$luaSha = LotteryGiftLua::getLotteryLuaScript(); $luaSha = LotteryGiftLua::getLotteryLuaScript10();
// 执行Lua脚本入参small_round + big_round // 执行Lua脚本入参small_round + big_round
$result = $this->redis->eval($luaSha, [ $result = $this->redis->eval($luaSha, [