首页 > 其他 > 详细

AFN发送请求失败

时间:2015-11-04 12:46:04      阅读:404      评论:0      收藏:0      [点我收藏+]

发送请求出现这个错误
 Error Domain=NSCocoaErrorDomain Code=3840 "The operation couldn’t be completed. (Cocoa error 3840.)" (JSON text did not start with array or object and option to allow fragments not set.) UserInfo=0x7fa97c8cb480 {NSDebugDescription=JSON text did not start with array or object and option to allow fragments not set., NSUnderlyingError=0x7fa97c8794b0 "Request failed: unsupported media type (415)"}

系解析失败, 需要更改解析器为:

mgr.requestSerializer=[AFJSONRequestSerializer serializer];

AFN发送请求失败

原文:http://www.cnblogs.com/Rinpe/p/4935453.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!