public class HttpUtil extends Object
public static final okhttp3.MediaType JSON
public static final okhttp3.MediaType XML
public static String get(String url) throws HttpException
HttpExceptionpublic static String post(String url, String json) throws HttpException
HttpExceptionpublic static String postByForm(String url, okhttp3.FormBody.Builder parm) throws HttpException
url - 请求地址parm - FormBody.Builder,通过add方法设置传参HttpException - http请求异常public static String postByXml(String url, String xml) throws HttpException
url - 请求地址xml - xml参数HttpException - http请求异常Copyright © 2019. All rights reserved.