摘要:
public static Map invokeCapp(String URL, Map paramMap) throws Exception { Map map = new HashMap(); RequestConfig requestConfig = RequestConfig.custom() .setConnectTimeout(200... 阅读全文
posted @ 2019-01-29 11:31
carlo-z
阅读(5167)
评论(0)
推荐(0)
摘要:
public static Map invokeCapp(String urlStr, Map params) throws Exception { Map map = new HashMap(); // post参数 StringBuilder postData = new StringBuilder(); for (Map.Entry param : par... 阅读全文
posted @ 2019-01-29 11:30
carlo-z
阅读(10930)
评论(0)
推荐(0)