diff --git a/FlyCube/Api/Controller/PayController.class.php b/FlyCube/Api/Controller/PayController.class.php index b2b9301..2fc03ff 100644 --- a/FlyCube/Api/Controller/PayController.class.php +++ b/FlyCube/Api/Controller/PayController.class.php @@ -84,7 +84,7 @@ class PayController extends PublicController try { $pay = Pay::wechat($this->config)->mini($order); - Logger::debug('Paying...', $order->all()); //打印日志 + //Logger::debug('Paying...', $order->all()); //打印日志 echo json_encode($pay); } catch (\Exception $e) { echo 'Error: ' . $e->getMessage();