美文网首页
AFN code = 1016

AFN code = 1016

作者: hope20 | 来源:发表于2018-08-10 15:37 被阅读0次
image.png

修改源码
AFJSONResponseSerializer.m中,227行左右
self.acceptableContentTypes = [NSSet setWithObjects:@"application/json", @"text/json", @"text/javascript", nil];
修改为:
self.acceptableContentTypes = [NSSet setWithObjects:@"application/json", @"text/json", @"text/javascript",@"text/html",@"text/plain", nil];

AFJSONResponseSerializer.m中,103行左右
self.acceptableContentTypes = [[NSSet alloc] initWithObjects:@"application/xml", @"text/xml",@"text/html",@"text/plain", nil];

设置请求头


image.png

相关文章

网友评论

      本文标题:AFN code = 1016

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