From 4daa667d6cf563cad3a8695b487d912bf046a185 Mon Sep 17 00:00:00 2001 From: chenbo <709206448@qq.com> Date: Mon, 20 Nov 2023 14:21:07 +0800 Subject: [PATCH] =?UTF-8?q?up=20=E4=BE=9B=E9=94=80=E5=AF=B9=E6=8E=A5?= =?UTF-8?q?=E6=94=AF=E4=BB=98=E7=B3=BB=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/controller/PayController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/controller/PayController.php b/app/api/controller/PayController.php index 875a402c1..a67580bb0 100755 --- a/app/api/controller/PayController.php +++ b/app/api/controller/PayController.php @@ -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);