From 4cfa8c68c2a434be498958b29e652f777fc47ca3 Mon Sep 17 00:00:00 2001 From: panliang <1163816051@qq.com> Date: Wed, 11 May 2022 14:54:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E6=9C=8D=E5=8A=A1=E5=95=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/Payment/WxpayService.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Services/Payment/WxpayService.php b/app/Services/Payment/WxpayService.php index ae91cfec..6dc7d22f 100644 --- a/app/Services/Payment/WxpayService.php +++ b/app/Services/Payment/WxpayService.php @@ -135,7 +135,6 @@ class WxpayService $mchId = config('wechat.payment.sub.mch_id'); if ($appId && $mchId) { - $params['sub_openid'] = Arr::pull($params, 'openid'); $app->setSubMerchant($mchId, $appId); }