作者 梁鹏山

提现

... ... @@ -128,8 +128,8 @@ class Wechat
// cert目录
$filePath = dirname(__DIR__) . '/cert/';
return [
'certPem' => $filePath . 'apiclient_cert.pem',
'keyPem' => $filePath . 'apiclient_key.pem'
'certPem' => '/www/wwwroot/chemai.shs.broing.cn/chemai/application/cert/apiclient_cert.pem',
'keyPem' => '/www/wwwroot/chemai.shs.broing.cn/chemai/application/cert/apiclient_key.pem',
];
}
... ...