在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];