ovineio / ovine

ovine由于存在设计缺陷不再更新。 新版会在 ovine-next 重写。 https://github.com/ovineio/ovine-next
https://ovine.igroupes.com/
Apache License 2.0
757 stars 122 forks source link

兼容响应内容为空的情况 #33

Closed chenchi2038 closed 4 years ago

chenchi2038 commented 4 years ago

修复响应内容为空时,解析json失败而抛出异常

jinmingpang commented 4 years ago

非常感谢提交的PR。 按照约定,如果API接口是正常的,都要返回 JSON 对象。没有有返回内容,默认都是异常的。没有看到有这个需求啊。你可以简单说一下,这种场景吗?

chenchi2038 commented 4 years ago

每家公司的接口协议都不一样,有的接口没有返回值,通过http状态来判断调用是否成功,因此返回内容是空的。

jinmingpang commented 4 years ago

好的~我先合并下代码,下个版本一起发。还有你之前说的错误处理这块,我看看怎么优化一下。