爆币
This commit is contained in:
@@ -12,7 +12,6 @@ class LotteryService10
|
||||
private $redis;
|
||||
// 配置参数
|
||||
private $config;
|
||||
private $bigPrizeWeights;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
@@ -78,7 +77,7 @@ class LotteryService10
|
||||
|
||||
|
||||
// 加载Lua脚本
|
||||
$luaSha = LotteryGiftLua::getLotteryLuaScript();
|
||||
$luaSha = LotteryGiftLua::getLotteryLuaScript10();
|
||||
|
||||
// 执行Lua脚本(入参:small_round + big_round)
|
||||
$result = $this->redis->eval($luaSha, [
|
||||
|
||||
Reference in New Issue
Block a user