Retrofit 2.0 上傳文件

1.用MultipartBody.Part的方式上傳文件(單文件上傳)(表單方式) @Multipart @POST("xxx/xxx") Call<ResponseBody> upload(@Part MultipartBody.Part part);   其中的「photos」是與服務器端預定的文件參數名   2.用RequestBody的方式上傳文件(表單方式,可多上傳) /**
相關文章
相關標籤/搜索