We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
支付宝退款调用不成功,是不是我这配置有问题,求解
$config_biz = [ 'out_trade_no' => $TempOrderId, // 订单号 'refund_amount' => $price, //退款金额 'subject' => '正常退款', //订单标题 ]; $pay = new pay($this->config); $resultCode = $pay->driver('alipay')->gateway('Web')->refund($config_biz);
cURL error 35: timed out before SSL handshake (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)
The text was updated successfully, but these errors were encountered:
或者是我的传值方法不正确
Sorry, something went wrong.
是不是少了 ssl key & cert?
No branches or pull requests
问题描述
支付宝退款调用不成功,是不是我这配置有问题,求解
代码
报错详情
cURL error 35: timed out before SSL handshake (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)
The text was updated successfully, but these errors were encountered: