From e02587128402ed1e1050e6b148db37900221bbfe Mon Sep 17 00:00:00 2001 From: tping Date: Thu, 4 Nov 2021 17:39:23 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=91=E8=8F=A0=E8=8F=9C=E6=89=93=E6=AC=BE11?= =?UTF-8?q?154=20=20appid=202021002192623259=20=20=E5=95=86=E6=88=B7208814?= =?UTF-8?q?1910860482?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ThinkPHP/Library/Vendor/Alipay2020/Fund.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ThinkPHP/Library/Vendor/Alipay2020/Fund.php b/ThinkPHP/Library/Vendor/Alipay2020/Fund.php index 136047325..2b4976778 100644 --- a/ThinkPHP/Library/Vendor/Alipay2020/Fund.php +++ b/ThinkPHP/Library/Vendor/Alipay2020/Fund.php @@ -40,6 +40,12 @@ class Fund { 'alipayCertPath' => __DIR__ . "/cert/jbc3/alipayCertPublicKey_RSA2.crt", 'rootCertPath' => __DIR__ . "/cert/jbc3/alipayRootCert.crt" ], + // 金菠菜 打款11154 + '2021002192623259' => [ + 'appCertPath' => __DIR__ . "/cert/jbc11154/appCertPublicKey_2021002192623259.crt", + 'alipayCertPath' => __DIR__ . "/cert/jbc11154/alipayCertPublicKey_RSA2.crt", + 'rootCertPath' => __DIR__ . "/cert/jbc11154/alipayRootCert.crt" + ], ]; public function __construct($config) {