在AFURLResponseSerialization.m文件中大概228行,增加@"text/html",修改为如下
self.acceptableContentTypes = [NSSet setWithObjects:@"application/json", @"text/json", @"text/javascript", @"text/html", nil];
在AFURLResponseSerialization.m文件中大概228行,增加@"text/html",修改为如下
self.acceptableContentTypes = [NSSet setWithObjects:@"application/json", @"text/json", @"text/javascript", @"text/html", nil];