摘要: 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 阅读(5162) 评论(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 阅读(10897) 评论(0) 推荐(0) 编辑