| 限定符和类型 | 方法和说明 |
|---|---|
void |
WxErrorExceptionHandler.handle(WxErrorException e) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
WxService.get(String url,
String queryParam)
当本Service没有实现某个API的时候,可以用这个,针对所有微信API中的GET请求.
|
String |
WxService.post(String url,
Object obj)
当本Service没有实现某个API的时候,可以用这个,针对所有微信API中的POST请求.
|
String |
WxService.post(String url,
String postData)
当本Service没有实现某个API的时候,可以用这个,针对所有微信API中的POST请求.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
LogExceptionHandler.handle(WxErrorException e) |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
BeanUtils.checkRequiredFields(Object bean)
检查bean里标记为@Required的field是否为空,为空则抛异常
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
RequestExecutor.execute(String uri,
E data,
ResponseHandler<T> handler,
WxType wxType)
执行http请求.
|
T |
RequestExecutor.execute(String uri,
E data,
WxType wxType)
执行http请求.
|
void |
MediaUploadRequestExecutor.execute(String uri,
File data,
ResponseHandler<WxMediaUploadResult> handler,
WxType wxType) |
void |
BaseMediaDownloadRequestExecutor.execute(String uri,
String data,
ResponseHandler<File> handler,
WxType wxType) |
void |
SimplePostRequestExecutor.execute(String uri,
String data,
ResponseHandler<String> handler,
WxType wxType) |
void |
SimpleGetRequestExecutor.execute(String uri,
String data,
ResponseHandler<String> handler,
WxType wxType) |
String |
HttpResponseProxy.getFileName() |
String |
SimplePostRequestExecutor.handleResponse(WxType wxType,
String responseContent) |
protected String |
SimpleGetRequestExecutor.handleResponse(WxType wxType,
String responseContent) |
| 限定符和类型 | 方法和说明 |
|---|---|
WxMediaUploadResult |
ApacheMediaUploadRequestExecutor.execute(String uri,
File file,
WxType wxType) |
String |
ApacheSimplePostRequestExecutor.execute(String uri,
String postEntity,
WxType wxType) |
String |
ApacheSimpleGetRequestExecutor.execute(String uri,
String queryParam,
WxType wxType) |
File |
ApacheMediaDownloadRequestExecutor.execute(String uri,
String queryParam,
WxType wxType) |
| 限定符和类型 | 方法和说明 |
|---|---|
WxMediaUploadResult |
JoddHttpMediaUploadRequestExecutor.execute(String uri,
File file,
WxType wxType) |
String |
JoddHttpSimplePostRequestExecutor.execute(String uri,
String postEntity,
WxType wxType) |
String |
JoddHttpSimpleGetRequestExecutor.execute(String uri,
String queryParam,
WxType wxType) |
File |
JoddHttpMediaDownloadRequestExecutor.execute(String uri,
String queryParam,
WxType wxType) |
| 限定符和类型 | 方法和说明 |
|---|---|
WxMediaUploadResult |
OkHttpMediaUploadRequestExecutor.execute(String uri,
File file,
WxType wxType) |
String |
OkHttpSimplePostRequestExecutor.execute(String uri,
String postEntity,
WxType wxType) |
String |
OkHttpSimpleGetRequestExecutor.execute(String uri,
String queryParam,
WxType wxType) |
File |
OkHttpMediaDownloadRequestExecutor.execute(String uri,
String queryParam,
WxType wxType) |
Copyright © 2020. All rights reserved.