diff --git a/application/common/service/LotteryService.php b/application/common/service/LotteryService.php index 8de73b96..daa7640c 100644 --- a/application/common/service/LotteryService.php +++ b/application/common/service/LotteryService.php @@ -100,7 +100,7 @@ class LotteryService $small_trigger_times, $big_threshold, $small_round, $big_round, $big_total_gold ], 0); - var_dump($result, true);die; + var_dump($result);die; $result = json_decode($result, true); var_dump($result, true);die; if (json_last_error() !== JSON_ERROR_NONE) {