public class HttpCfgHelper extends Object
public static com.alibaba.fastjson.JSONObject sendHttp(HttpRequestMethedEnum reqType, String url, Map<String,String> headers, Object param) throws DefineException
reqType - HttpRequestMethedEnum 请求类型 GET、 POST 、 DELETE 、 PUTurl - String 请求目标地址headers - Map 请求头param - Object 参数DefineExceptionCopyright © 2021. All rights reserved.