up 供销对接支付系统

This commit is contained in:
chenbo 2023-11-20 14:21:07 +08:00
parent 35f6dcf591
commit 4daa667d6c

View File

@ -74,7 +74,7 @@ class PayController extends BaseApiController
'pay_user_role' => $this->userInfo['group_id'],
'pay_user_info' => $this->userInfo,
'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)
];
$result = PayRequestLogic::getPrePayId($requestData);