使用AFN post提交报3840错误原因

2017-08-24  本文已影响0人  简单爱_db41

iOS 使用AFN上传数据问题

报这样的错 Error Domain=NSCocoaErrorDomain Code=3840 "JSON text did not start with array or object and option to allow fragments not set." UserInfo={NSDebugDescription=JSON text did not start with array or object and option to allow fragments not set.

原因: 最常见的是接口添加了打印信息,或者接口抱错,导致请求所返回来的数据非标准json格式而报错

服务器返回数据不是json格式的,让后端调一下就成。

上一篇 下一篇

猜你喜欢

热点阅读