RockyQu / MVPFrames

整合大量主流开源项目并且可高度配置化的 Android MVP 快速集成框架,支持 AndroidX

Home Page:https://github.com/RockyQu/MVPFrames

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ParameterInterceptor 的第63行报错

JingleDingDang opened this issue · comments

接口形式

@POST("server")
@Streaming
Call<ResponseEntity<CsResponse>> startup(@Body CsRequest request);

然后报转换错误
java.lang.ClassCastException: okhttp3.RequestBody$1 cannot be cast to okhttp3.FormBody
建议添加不同类型的兼容。

commented

谢谢,稍后修改,你可以暂时在配置类里先把ParameterInterceptor这个拦截器注掉

已经注释了,回复的好快,非常感谢提供这个好用的框架:wink:

commented

修改好了