From f318e54a3a7206caee3cb56b44ca9a32e3e9e110 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 17:11:25 +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 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/application/common/service/LotteryService.php b/application/common/service/LotteryService.php index 9d6b6c8b..273c569c 100644 --- a/application/common/service/LotteryService.php +++ b/application/common/service/LotteryService.php @@ -100,12 +100,6 @@ class LotteryService $small_trigger_times, $big_threshold, $small_round, $big_round, $big_total_gold ], 0); - var_dump($result);die; - $result = json_decode($result, true); - var_dump($result, true);die; - if (json_last_error() !== JSON_ERROR_NONE) { - throw new Exception('Lua脚本执行失败'); - } // 开启数据库事务 Db::startTrans();