From c62f42feb2eb2bac09f9f7656c9aa75f92e1eba8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=90=8D?= <邮箱>
Date: Tue, 1 Aug 2023 15:09:18 +0800
Subject: [PATCH] total_fee test
---
mobile/plugins/payment/wxpay.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mobile/plugins/payment/wxpay.php b/mobile/plugins/payment/wxpay.php
index 7cf6444..dc84cc6 100755
--- a/mobile/plugins/payment/wxpay.php
+++ b/mobile/plugins/payment/wxpay.php
@@ -251,7 +251,7 @@ class wxpay
}
';
- $button = '微信支付(测试)' . $js;
+ $button = '微信支付(测试)$parameter[total_fee]' . $js;
// $button = '微信支付(测试)';
return $button;