本文共 616 字,大约阅读时间需要 2 分钟。
error=Error Domain=com.alamofire.error.serialization.response Code=-1016 "Request failed: unacceptable content-type: text/html"
self.acceptableContentTypes = [NSSetsetWithObjects:@"application/json", @"text/json", @"text/javascript", @"text/html", @"text/plain",nil];
session.responseSerializer.acceptableContentTypes = [NSSetsetWithObjects: @"text/html", @"text/plain",nil];
这样修改的好处是不需要更改框架本身的东西,否则一旦更新 CocoPods 就会失效,希望给初次使用该框架的朋友提个醒。
转载地址:http://bennx.baihongyu.com/