基于AFN第三方HTTP请求错误text/plain
请求错误:Error Domain=com.alamofire.error.serialization.response Code=-1016 "
Request failed: unacceptable content-type: text/plain" UserInfo=
{NSLocalizedDescription=Request failed: unacceptable content-type: text/plain,
NSErrorFailingURLKey=http://192.168.1.125:9999/hammer/assista
nt/0/task?minId=0pageSize=10,
com.alamofire.serialization.response.error.data=<7b226973
456e6372 79707422 3a302c22 6d696e49 64223a32
1,全局搜索@"text/json"
2,手动添加@"text/plain"
self.acceptableContentTypes = [NSSet setWithObjects:@"application/json", @"text/json", @"text/javascript",@"text/plain", nil];