美文网首页
ios 返回值非JSON处理

ios 返回值非JSON处理

作者: oc123 | 来源:发表于2017-10-16 19:46 被阅读0次

    当返回值不是JSON格式时,需要添加一行如下代码:

      manager.responseSerializer = [AFHTTPResponseSerializer serializer];
    

    否则会报如下错误:

        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.}
    

    相关文章

      网友评论

          本文标题:ios 返回值非JSON处理

          本文链接:https://www.haomeiwen.com/subject/kheluxtx.html