...
|
...
|
@@ -508,8 +508,8 @@ class Common extends Api |
|
|
'payment' => [
|
|
|
'merchant_id' => '1603658973',
|
|
|
'key' => '8695A8185xyzKcdEVfreewayShenzhen',
|
|
|
'cert_path' => ' / home / wwwroot / fast / book / addons / epay / certs / apiclient_cert . pem', // XXX: 绝对路径!!!!
|
|
|
'key_path' => ' / home / wwwroot / fast / book / addons / epay / certs / apiclient_key . pem', // XXX: 绝对路径!!!!
|
|
|
'cert_path' => '/home/wwwroot/fast/book/addons/epay/certs/apiclient_cert.pem', // XXX: 绝对路径!!!!
|
|
|
'key_path' => '/home/wwwroot/fast/book/addons/epay/certs/apiclient_key.pem', // XXX: 绝对路径!!!!
|
|
|
],
|
|
|
];
|
|
|
$app = Factory::officialAccount($config);
|
...
|
...
|
|