fixed
This commit is contained in:
parent
98103e40dd
commit
a2d65de03e
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user