public class OpenRequest extends Object
| 构造器和说明 |
|---|
OpenRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected String |
causeException(Exception e) |
protected String |
doGet(String url,
RequestForm requestForm,
Map<String,String> header) |
protected String |
doPost(String url,
RequestForm requestForm,
Map<String,String> header) |
String |
postJsonBody(String url,
String json) |
String |
request(String url,
RequestForm requestForm,
Map<String,String> header) |
public String postJsonBody(String url, String json) throws IOException
IOExceptionCopyright © 2021. All Rights Reserved.