From 69855aa9b21ce01eee22a4cf7f9eb950810735c5 Mon Sep 17 00:00:00 2001 From: "1170535111@qq.com" <1170535111@qq.com> Date: Fri, 20 Mar 2020 21:51:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=96=87=E4=BB=B6=E7=BC=96?= =?UTF-8?q?=E7=A0=81=E4=B8=BAUtf-8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Gateways/Alipay/AppGateway.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Gateways/Alipay/AppGateway.php b/src/Gateways/Alipay/AppGateway.php index 7dd45b35..d3cc8415 100644 --- a/src/Gateways/Alipay/AppGateway.php +++ b/src/Gateways/Alipay/AppGateway.php @@ -29,7 +29,7 @@ class AppGateway extends Gateway $biz_array = json_decode($payload['biz_content'], true); if ((Alipay::MODE_SERVICE === $this->mode) && (!empty(Support::getInstance()->pid))) { - //服务商模式且服务商pid参数不为空 + //鏈嶅姟鍟嗘ā寮忎笖鏈嶅姟鍟唒id鍙傛暟涓嶄负绌 $biz_array['extend_params'] = is_array($biz_array['extend_params']) ? array_merge(['sys_service_provider_id' => Support::getInstance()->pid], $biz_array['extend_params']) : ['sys_service_provider_id' => Support::getInstance()->pid]; } $payload['biz_content'] = json_encode(array_merge($biz_array, ['product_code' => 'QUICK_MSECURITY_PAY'])); @@ -39,4 +39,4 @@ class AppGateway extends Gateway return Response::create(http_build_query($payload)); } -} +} \ No newline at end of file -- Gitee