public class HttpClient extends Object
public String sendPost(String url, String param, Map<String,String> header) throws UnsupportedEncodingException, IOException
url - 访问地址param - 入参header - 头部UnsupportedEncodingException - 异常IOException - 异常Copyright © 2019. All rights reserved.