Http 3840 错误

    xiaoxiao2021-03-25  86

    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 string 所以库里面转化的时候一个error就抛出了 就是最后一句说的,肯定是服务器端,在你指定的输出 JSON 数据之前截断输出其他数据,所以出现错误。可以去服务器段判断。

    转载请注明原文地址: https://ju.6miu.com/read-16158.html

    最新回复(0)