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脚本执行失败');