AFNetworking text/html错误
文章目录
因为AFNetworking从2.0默认不支持text/html
在AFURLResponseSerialization.m的223行 self.acceptableContentTypes = [NSSet setWithObjects:@"application/json", @"text/json", @"text/javascript", nil];中添加text/html

