提交
This commit is contained in:
@@ -357,7 +357,7 @@ static NSInteger HTTP_ERROR_CODE = 0;
|
||||
}
|
||||
} failure:^(NSURLSessionDataTask * _Nullable task, NSError * _Nonnull error) {
|
||||
if (fail){
|
||||
fail(error,error.description,task);
|
||||
fail(error,error.localizedDescription,task);
|
||||
};
|
||||
|
||||
NSHTTPURLResponse * responses = (NSHTTPURLResponse *)task.response;
|
||||
|
||||
Reference in New Issue
Block a user