public class WxBaseHttpApi extends Object
| 构造器和说明 |
|---|
WxBaseHttpApi() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected static String |
get(String url) |
protected static InputStream |
getInputStream(String url) |
protected static String |
post(String url,
List<? extends org.apache.http.NameValuePair> parameters) |
protected static String |
post(String url,
String postData) |
protected static InputStream |
postInputStream(String url,
String postData) |
protected static String |
upload(String url,
File file) |
protected static String |
upload(String url,
File file,
String fileName) |
protected static String post(String url, List<? extends org.apache.http.NameValuePair> parameters)
protected static InputStream getInputStream(String url)
url - WxErrorExceptionprotected static InputStream postInputStream(String url, String postData)
url - Copyright © 2021. All rights reserved.