爆币
This commit is contained in:
@@ -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, [
|
||||||
|
|||||||
Reference in New Issue
Block a user