AFNetworking iOS 添加卷曲

AFNetworking iOS add curl

我要补充 curl -H "Accept: application/json" 请求我在 ios 上通过 AFNetworking 发送。 我不知道如何添加它。 谢谢

您必须在 AFURLResponseSerialization.m 文件中添加此文本

self.acceptableContentTypes = [NSSet setWithObjects:@"application/json", @"text/json", @"text/javascript",@"text/plain",@"text/html", nil];