From 207bd2a0c60165b7d17b6565f42a167b923fdf44 Mon Sep 17 00:00:00 2001 From: haomingming Date: Thu, 8 Jan 2026 14:40:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B9=8B=E5=89=8D=E8=8D=AF=E5=93=81=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E3=80=81=E6=A3=80=E6=B5=8B=E8=AE=A2=E5=8D=95=E6=94=B6?= =?UTF-8?q?=E6=AC=BE=E8=B4=A6=E6=88=B7=E4=B8=BA=E5=8C=97=E4=BA=AC=E6=AC=A3?= =?UTF-8?q?=E6=AC=A3=E8=B4=A6=E6=88=B7=EF=BC=8C=E7=8E=B0=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E6=88=90=E9=83=BD=E6=AC=A3=E6=AC=A3=E8=B4=A6=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/Wechat/WechatPay.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/extend/Wechat/WechatPay.php b/extend/Wechat/WechatPay.php index 176d614..51cbb44 100644 --- a/extend/Wechat/WechatPay.php +++ b/extend/Wechat/WechatPay.php @@ -59,14 +59,16 @@ class WechatPay $this->pay_notify_url = $this->config['product_pay_notify_url']; $this->refund_notify_url = $this->config['product_refund_notify_url']; - $this->pay_config = config("we_chat.applets.pay.1636644248"); + // 之前为北京欣欣账户,现改为成都欣欣账户 + $this->pay_config = config("we_chat.applets.pay.1659662936"); } if ($order_type == 3){ $this->pay_notify_url = $this->config['detection_pay_notify_url']; $this->refund_notify_url = $this->config['detection_refund_notify_url']; - $this->pay_config = config("we_chat.applets.pay.1636644248"); + // 之前为北京欣欣账户,现改为成都欣欣账户 + $this->pay_config = config("we_chat.applets.pay.1659662936"); } if ($order_type == 4){