[manager.requestSerializer setValue:@"application/x-www-form-urlencoded" forHTTPHeaderField:@"Content-Type"];
manager.responseSerializer.acceptableContentTypes = [NSSet setWithObjects:@"application/x-www-form-urlencoded",@"application/json",@"text/html",nil];
重要的是application/x-www-form-urlencoded正确的请求参数类型:
错误的请求参数类型,这是传进的字典,变成json,实际上应该是上面的文本类型