diff --git a/application/common/service/LotteryService.php b/application/common/service/LotteryService.php index c13a98a8..c7cbf93f 100644 --- a/application/common/service/LotteryService.php +++ b/application/common/service/LotteryService.php @@ -101,6 +101,7 @@ class LotteryService $small_round, $big_round, $big_total_gold ], 0); $result = json_decode($result, true); + var_dump($result, true);die; if (json_last_error() !== JSON_ERROR_NONE) { throw new Exception('Lua脚本执行失败'); }