From 011edb6d61b3cd0b85bd06877556df3e5d188409 Mon Sep 17 00:00:00 2001 From: youda Date: Fri, 16 May 2025 19:21:57 +0800 Subject: [PATCH] 22 --- app/common/server/platform/H5Platform.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/common/server/platform/H5Platform.php b/app/common/server/platform/H5Platform.php index 20b6fb9..a7adad7 100644 --- a/app/common/server/platform/H5Platform.php +++ b/app/common/server/platform/H5Platform.php @@ -71,9 +71,9 @@ class H5Platform extends BasePlatform // 生成新的支付通知URL $notifyUrl = generatePayNotifyUrl($payment_type, $order_type, $user_id, $order_no, $callback_nonce_str); $is_test = $user['istest']; - if ($is_test == 2) { - $price = 0.01; - } + // if ($is_test == 2) { + // $price = 0.01; + // } $returnUrl = urldecode($returnUrl); //2. 发起API调用(以支付能力下的统一收单交易创建接口为例) $result = Factory::payment()