框架集成地址Android,可以不再拷代码了吗?
参数说明1:String(网络请求地址)
参数说明2:String(请求参数,可以根据下面例子调用HttpParamUtil去生成参数)
参数说明3:String(ContentType,ContentType类中有常用的三个,如果不一样,可以自己写)
参数说明4:boolean(是否打开调试日志...设置为true 的时候 logcat中输入 qqkj_frame)
HttpRequestUtil.getIns().get_http_post(String,String,
String,boolean)
函数返回值说明:HttpResponseModel
HttpResponseModel._response_content (服务器返回的response内容)
HttpResponseModel._response_code (服务器返回的状态码,例如 200, 404, 500等)
HttpResponseModel._response_error (返回true,表示请求成功,false,表示请求失败)
HttpResponseModel._response_error_msg (请求后的提示信息,例如,服务器请求数据接口正常...请求失败这类的提示信息)
多说一句,如果需要其他设置,可以使用HttpRequestUtil.getIns().xxxx
再多说一句,,如果没有你需要的,留言,我来加
来个例子吧
网友评论