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) {