Tamicer / Novate

A safety client by Https for android, (Android网络框架,基于Retrofit和RxJava打造的链式网络库, 支持okhttp的调用风格,又兼容Retrofit API,并支持rxJava链式操作)
Apache License 2.0
1.43k stars 268 forks source link

服务端返回数据格式异常 #16

Closed guangxingmao closed 7 years ago

guangxingmao commented 7 years ago

您好,使用executeGet会提示以上异常,使用get请求就不会,是executeGet有默认的数据格式吗?怎么去掉?

Tamicer commented 7 years ago

@guangxingmao 你的数据结构必须满足base中定义的格式

Tamicer commented 7 years ago

@guangxingmao 去掉配置isFormart为false就行了