From b9d876437a899d0b06ddbb21c62426b199eeb05f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Sun, 21 Dec 2025 20:57:14 +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 6ac676f7..f94300e6 100644 --- a/application/common/service/LotteryService.php +++ b/application/common/service/LotteryService.php @@ -124,7 +124,7 @@ class LotteryService $this->bigPrizeWeights['80'], $this->bigPrizeWeights['total'] ], 0); -// var_dump($result);die; + var_dump($result);die; $result = json_decode($result, true); if (json_last_error() !== JSON_ERROR_NONE) { throw new Exception('Lua脚本执行失败');