diff --git a/app/api/controller/PayController.php b/app/api/controller/PayController.php index c0e6f0149..99e496c45 100755 --- a/app/api/controller/PayController.php +++ b/app/api/controller/PayController.php @@ -77,7 +77,7 @@ class PayController extends BaseApiController 'total_fee' => $order['order_amount'], 'business_callback_url' => (string)url('pay/notifyApp', [], false, true) ]; - $result = PayRequestLogic::getPrePayId($requestData); + $result = PayRequestLogic::getPrePayId($requestData);dd($result); if (false === $result) { return $this->fail(PaymentLogic::getError(), $params); }