From 93ffafe0e53548fc48448de93d7860e1f3d48d9a Mon Sep 17 00:00:00 2001 From: luofei <604446095@qq.com> Date: Wed, 19 Jul 2023 16:46:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4app=E6=94=AF=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/service/pay/WeChatPayService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/common/service/pay/WeChatPayService.php b/app/common/service/pay/WeChatPayService.php index 9896e86f9..4385e513e 100755 --- a/app/common/service/pay/WeChatPayService.php +++ b/app/common/service/pay/WeChatPayService.php @@ -408,6 +408,7 @@ class WeChatPayService extends BasePayService $config['paySign'] = $sign; $config['timestamp'] = $config['timeStamp']; + $config['partnerid'] = $this->config['mch_id']; unset($config['timeStamp']); return $config; }