T
- 返回值类型E
- 请求参数类型public interface RequestExecutor<T,E>
T execute(String uri, E data, WxType wxType) throws WxErrorException, IOException
uri
- uridata
- 数据wxType
- 微信模块类型WxErrorException
- 自定义异常IOException
- io异常void execute(String uri, E data, ResponseHandler<T> handler, WxType wxType) throws WxErrorException, IOException
uri
- uridata
- 数据handler
- http响应处理器wxType
- 微信模块类型WxErrorException
- 自定义异常IOException
- io异常Copyright © 2024. All rights reserved.