public abstract class ApiSignaturePostRequestExecutor<H,P> extends Object implements RequestExecutor<WxMaApiResponse,WxMaApiResponse>
| 限定符和类型 | 字段和说明 | 
|---|---|
protected RequestHttp<H,P> | 
requestHttp  | 
| 构造器和说明 | 
|---|
ApiSignaturePostRequestExecutor(RequestHttp<H,P> requestHttp)  | 
| 限定符和类型 | 方法和说明 | 
|---|---|
static ApiSignaturePostRequestExecutor<?,?> | 
create(RequestHttp<?,?> requestHttp)  | 
abstract WxMaApiResponse | 
execute(String uri,
       Map<String,String> headers,
       String data,
       WxType wxType)  | 
void | 
execute(String uri,
       WxMaApiResponse data,
       ResponseHandler<WxMaApiResponse> handler,
       WxType wxType)  | 
WxMaApiResponse | 
execute(String uri,
       WxMaApiResponse data,
       WxType wxType)  | 
WxMaApiResponse | 
handleResponse(WxType wxType,
              String responseContent,
              Map<String,String> headers)  | 
protected RequestHttp<H,P> requestHttp
public ApiSignaturePostRequestExecutor(RequestHttp<H,P> requestHttp)
public WxMaApiResponse execute(String uri, WxMaApiResponse data, WxType wxType) throws WxErrorException, IOException
execute 在接口中 RequestExecutor<WxMaApiResponse,WxMaApiResponse>WxErrorExceptionIOExceptionpublic void execute(String uri, WxMaApiResponse data, ResponseHandler<WxMaApiResponse> handler, WxType wxType) throws WxErrorException, IOException
execute 在接口中 RequestExecutor<WxMaApiResponse,WxMaApiResponse>WxErrorExceptionIOExceptionpublic abstract WxMaApiResponse execute(String uri, Map<String,String> headers, String data, WxType wxType) throws WxErrorException, IOException
@NotNull public WxMaApiResponse handleResponse(WxType wxType, String responseContent, Map<String,String> headers) throws WxErrorException
WxErrorExceptionpublic static ApiSignaturePostRequestExecutor<?,?> create(RequestHttp<?,?> requestHttp)
Copyright © 2025. All rights reserved.