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
使用 Qiniu Cloud For Wordpress,一直不能正确设置。 一路跟踪后在 http.php 文件 第 131 $options[CURLOPT_POSTFIELDS] = $body; 附件加上
} else { $options[CURLOPT_POSTFIELDS] = ''; }
就好了。
望引起注意
The text was updated successfully, but these errors were encountered:
Merge pull request #73 from dtynn/fix/71
aa34d11
fixed #71
这么快fix 了,
我还没提交我的 环境呢。
Sorry, something went wrong.
最好能提供php version和curl version, 提示报错的时间点。
No branches or pull requests
使用 Qiniu Cloud For Wordpress,一直不能正确设置。
一路跟踪后在
http.php 文件 第 131 $options[CURLOPT_POSTFIELDS] = $body; 附件加上
} else {
$options[CURLOPT_POSTFIELDS] = '';
}
就好了。
望引起注意
The text was updated successfully, but these errors were encountered: