This commit is contained in:
启星
2025-09-29 17:21:49 +08:00
parent 9307d88177
commit 2a44a06630
138 changed files with 2802 additions and 439 deletions

View File

@@ -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;