|
|
@ -40,6 +40,12 @@ class Fund {
|
|
|
|
'alipayCertPath' => __DIR__ . "/cert/jbc3/alipayCertPublicKey_RSA2.crt",
|
|
|
|
'alipayCertPath' => __DIR__ . "/cert/jbc3/alipayCertPublicKey_RSA2.crt",
|
|
|
|
'rootCertPath' => __DIR__ . "/cert/jbc3/alipayRootCert.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)
|
|
|
|
public function __construct($config)
|
|
|
|
{
|
|
|
|
{
|
|
|
|