This commit is contained in:
chenbo 2023-11-20 11:01:39 +08:00
parent 98103e40dd
commit a2d65de03e

View File

@ -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);
}