未验证 提交 01a57b19 编写于 作者: J Javen 提交者: Gitee

🐛 参数错误

🐛 参数错误
......@@ -324,7 +324,7 @@ public abstract class AbstractHttpDelegate {
*/
public String post(String url, String data, InputStream certFile, String certPass, String protocol) {
try {
SSLSocketFactory sslSocketFactory = getSslSocketFactory(certPass, certFile, null, protocol);
SSLSocketFactory sslSocketFactory = getSslSocketFactory(null, certFile, certPass, protocol);
return HttpRequest.post(url)
.setSSLSocketFactory(sslSocketFactory)
.body(data)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册