From e94dd2a80da70554e24e61362dadd2887a4d6eb9 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 13:09:50 +0800
Subject: [PATCH] test
---
mobile/plugins/payment/wxpay.php | 78 ++++++++++++++++++++--------------------
1 file changed, 39 insertions(+), 39 deletions(-)
diff --git a/mobile/plugins/payment/wxpay.php b/mobile/plugins/payment/wxpay.php
index 8fb4044..b132927 100755
--- a/mobile/plugins/payment/wxpay.php
+++ b/mobile/plugins/payment/wxpay.php
@@ -201,46 +201,46 @@ class wxpay
$this->setParameter("notify_url", __URL__ . 'wxpay.php'); // 通知地址
$this->setParameter("trade_type", "JSAPI"); // 交易类型
- $prepay_id = $this->getPrepayId();
- $jsApiParameters = $this->getParameters($prepay_id);
+ // $prepay_id = $this->getPrepayId();
+ // $jsApiParameters = $this->getParameters($prepay_id);
// wxjsbridge
- $js = '
- ';
-
- $button = '微信支付(测试)' . $js;
- // $button = '微信支付';
+ // $js = '
+ // ';
+
+ // $button = '微信支付(测试)' . $js;
+ $button = '微信支付(测试)';
return $button;