public interface WxService
String get(String url, String queryParam) throws WxErrorException
queryParam - 参数url - 请求接口地址WxErrorException - 异常String post(String url, String postData) throws WxErrorException
postData - 请求参数json值url - 请求接口地址WxErrorException - 异常String post(String url, Object obj) throws WxErrorException
url - 请求接口地址obj - 请求对象WxErrorException - 异常Copyright © 2020. All rights reserved.