标签:retrofit

求赐教Android Studio使用retrofit,post请求文件上传以二进制流的方式

以下是图片上传方式: 接口写法:   @Multipart     @POST("/user/addLicenseInfo")     void addLicenseInfo(@QueryMap Map<String, Object> options, @Part("file") TypedFile file, Callback<JsonE……