码迷,mamicode.com
首页 > 其他好文 > 详细

Retrofit实现PUT网络请求,并修改Content-Type

时间:2017-09-05 19:17:57      阅读:323      评论:0      收藏:0      [点我收藏+]

标签:hand   token   header   res   pre   interview   style   constant   请求   

@FormUrlEncoded
    @PUT(Constant.BOSS_HX_CHANGE_PHONE_INTERVIEW)
    Call<ResponseHxResultBean> handleInterview(@Field("user_id") String user_id, @Field("token") String token, @Field("id") String id, @Field("status") int status, @Field("inter_id") String inter_id, @Field("schedule_id") String schedule_id);
}

网络请求的接口如下所示,其实与POST请求基本相同只是将注解@POST还成了@PUT 至于需要修好的Content-Type网上查询资料可以添加注解@Headers(静态请求头)  其他请求的部分就正常写就行了。

Retrofit实现PUT网络请求,并修改Content-Type

标签:hand   token   header   res   pre   interview   style   constant   请求   

原文地址:http://www.cnblogs.com/yegong0214/p/7479676.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!