[图片]
企业付款到零钱报错 The cURL request was retried 3 times andThe cURL request was retried 3 times and did not succeed. The most likely reason for the failure is that cURL was unable to rewind the body of the request and subsequent retries resulted in the same error. Turn on the debug option to see what went wrong. See https://bugs.php.net/bug.php?id=47204 for more information." 而且文档https://gitee.com/TheNorthMemory/wechatpay-php/blob/v1.1/README.md中说的用 'mchid' => '1900000109',// 注意这个商户号,key是`mchid`非`mch_id` 我用mchid,报错,加上了mch_id又报上面的错误了, 麻烦解答一下这个问题,感谢
2021-12-20解决了吗我也是这个问题
微信退退款接报错:cURL error 58: unable to set private ?cURL error 58: unable to set private key file 调用微信退款接口接口:https://api.mch.weixin.qq.com/secapi/pay/refund 报错:cURL error 58: unable to set private key file、、、、错误,private文件是存在,请问这个是什么原因呢?
2021-12-19商户API证书序列号 是APIV3的那个base64加密的吗? 还是[图片]这个我试了一下,爆了另一错误
unable to get local issuer certificate用的是https://github.com/wechatpay-apiv3/wechatpay-php 中的, 第一个示例, 证书那里就一直有问题,一直提示cURL error 60: SSL certificate problem: unable to get local issuer certificate (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://api.mch.weixin.qq.com/v3/pay/transactions/native尝试了php.ini的curl.cainfo的设置 和去掉curl_set的方法, 我在程序中没有看到curl_set的方法
2021-07-29