T - 返回值类型E - 请求参数类型public interface RequestExecutor<T,E>
| 限定符和类型 | 方法和说明 |
|---|---|
T |
execute(String uri,
E data) |
T execute(String uri, E data) throws WxErrorException, IOException
uri - uridata - 数据WxErrorExceptionIOExceptionCopyright © 2017. All rights reserved.