up 供销对接支付系统
This commit is contained in:
parent
35f6dcf591
commit
4daa667d6c
@ -74,7 +74,7 @@ class PayController extends BaseApiController
|
|||||||
'pay_user_role' => $this->userInfo['group_id'],
|
'pay_user_role' => $this->userInfo['group_id'],
|
||||||
'pay_user_info' => $this->userInfo,
|
'pay_user_info' => $this->userInfo,
|
||||||
'business_order_no' => $order['sn'],
|
'business_order_no' => $order['sn'],
|
||||||
'total_fee' => $order['order_amount'],
|
'total_fee' => intval(bcmul($order['order_amount'], 100)),
|
||||||
'business_callback_url' => (string)url('pay/notifyApp', [], false, true)
|
'business_callback_url' => (string)url('pay/notifyApp', [], false, true)
|
||||||
];
|
];
|
||||||
$result = PayRequestLogic::getPrePayId($requestData);
|
$result = PayRequestLogic::getPrePayId($requestData);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user