file_get_contents(/wechat/apiclient_cert.pem): failed to open stream: No such file or directory
我wechat目錄放在plugin/ai/config/下面的
配置的路徑不對(duì)
wechat' => [
'default' => [
// 必填-商戶號(hào),服務(wù)商模式下為服務(wù)商商戶號(hào)
'mch_id' => '13785457302',
// 必填-商戶秘鑰
'mch_secret_key' => 'ad6c89iuu78f17d5ae41651be48e9aff63',
// 必填-商戶私鑰 字符串或路徑
'mch_secret_cert' => base_path().'/plugin/ai/config/wechat/apiclient_key.pem',
// 必填-商戶公鑰證書路徑
'mch_public_cert_path' => base_path().'/plugin/ai/config/wechat/apiclient_cert.pem',
現(xiàn)在這樣修改以后,是提示Get Wechat Public Cert Error, 但是我這個(gè)證書用在其它程序都是正常支付的