-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
撤销订单接口报错:cURL error 52: Empty reply from server #1303
Comments
这个问题就是对方确实没有响应内容,比如微信接口挂掉了,或者超时了,建议你检查服务器到微信服务器的网络接连是否正常。 |
嗯,好的,谢谢超哥;发这个之前,我也是挺犹豫的,我关掉它; |
@oknixus 客气了 |
PHP 7.2 / easywechat ~4.0
|
@aszx0413 检查下证书是否配置正确 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PHP 版本:7.1.19 fpm
overtrue/wechat 版本:
"overtrue/laravel-wechat": "^4.0",
框架名称:lumen 5.5
问题及现象
在调用撤销订单
$app->reverse->byOutTradeNumber("商户系统内部的订单号(out_trade_no)");
时报错:cURL error 52: Empty reply from server (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)
详细的错误信息:
The text was updated successfully, but these errors were encountered: