From a7964a0b4351936f20b5a205212b9f7978d44945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Mon, 26 Jan 2026 18:19:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=88=86=E5=B8=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/common/service/LotteryService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/common/service/LotteryService.php b/application/common/service/LotteryService.php index 53351c78..aead4651 100644 --- a/application/common/service/LotteryService.php +++ b/application/common/service/LotteryService.php @@ -108,7 +108,7 @@ class LotteryService $small_trigger_times = intval($this->config['small_pool_trigger_times'] ?? 200);//触发抽奖次数 $small_round = intval($this->redis->get('lottery:small_pool:round') ?: 1);//小奖轮次 $lucky_rate = intval($this->config['lucky_rate'] ?? 1);//收益率 - $lottery_rate = intval($this->config['lottery_rate'] ?? 115);//爆币率 + $lottery_rate = intval($this->config['lottery_rate'] ?? 100);//爆币率 if($lottery_rate <= 2){ throw new Exception('配置错误'); }