public class QrcodeBytesRequestExecutor extends Object implements RequestExecutor<byte[],AbstractWxMaQrcodeWrapper>
| 限定符和类型 | 字段和说明 | 
|---|---|
protected RequestHttp<org.apache.http.impl.client.CloseableHttpClient,org.apache.http.HttpHost> | 
requestHttp  | 
| 构造器和说明 | 
|---|
QrcodeBytesRequestExecutor(RequestHttp requestHttp)  | 
| 限定符和类型 | 方法和说明 | 
|---|---|
void | 
execute(String uri,
       AbstractWxMaQrcodeWrapper data,
       ResponseHandler<byte[]> handler,
       WxType wxType)  | 
byte[] | 
execute(String uri,
       AbstractWxMaQrcodeWrapper qrcodeWrapper,
       WxType wxType)  | 
protected RequestHttp<org.apache.http.impl.client.CloseableHttpClient,org.apache.http.HttpHost> requestHttp
public QrcodeBytesRequestExecutor(RequestHttp requestHttp)
public void execute(String uri, AbstractWxMaQrcodeWrapper data, ResponseHandler<byte[]> handler, WxType wxType) throws WxErrorException, IOException
execute 在接口中 RequestExecutor<byte[],AbstractWxMaQrcodeWrapper>WxErrorExceptionIOExceptionpublic byte[] execute(String uri, AbstractWxMaQrcodeWrapper qrcodeWrapper, WxType wxType) throws WxErrorException, IOException
execute 在接口中 RequestExecutor<byte[],AbstractWxMaQrcodeWrapper>WxErrorExceptionIOExceptionCopyright © 2020. All rights reserved.