我當(dāng)時用的是AFHTTPSessionManager 請求數(shù)據(jù)時報錯了.
需要改的是AFNetworking中的 AFURLResponseSerialization.m文件,找到這個方法把text/html添加進(jìn)去.
self.acceptableContentTypes=[NSSetsetWithObjects:@"application/json",@"text/html",@"text/json",@"text/javascript",nil];
我當(dāng)時用的是AFHTTPSessionManager 請求數(shù)據(jù)時報錯了.
需要改的是AFNetworking中的 AFURLResponseSerialization.m文件,找到這個方法把text/html添加進(jìn)去.
self.acceptableContentTypes=[NSSetsetWithObjects:@"application/json",@"text/html",@"text/json",@"text/javascript",nil];