HTTP 请求

2018-05-24  本文已影响12人  Alan龙马
请求错误时,用command+F 搜索 error 查询 错误码 code
状态码
400 ------参数错误
1022 ------没设置网络请求权限
-999  ------iOS NSURLErrorDomain Code=-999

JSON text did not start with array or object and option to allow fragments not set 错误
https://www.cnblogs.com/akiha/p/5775729.html

Code=-999 错误
400 ------参数错误
网络请求出现Code=-1022

<key>NSAppTransportSecurity</key>
    <dict>
        <key>NSAllowsArbitraryLoads</key>
        <true/>
    </dict>
上一篇下一篇

猜你喜欢

热点阅读