This commit is contained in:
启星
2026-01-14 20:36:58 +08:00
parent 705d891c51
commit 5548f5d6a5
64 changed files with 482 additions and 103 deletions

View File

@@ -94,7 +94,9 @@
} fail:^(NSError *error, NSString *msg, NSURLSessionDataTask *task) {
if (complete) {
complete(msg,QXCOSUploadImageFailed);
}
}];
}
@@ -165,7 +167,9 @@
} fail:^(NSError *error, NSString *msg, NSURLSessionDataTask *task) {
if (complete) {
complete(msg,QXCOSUploadImageFailed);
}
}];
}
@@ -262,7 +266,9 @@
}
} fail:^(NSError *error, NSString *msg, NSURLSessionDataTask *task) {
if (complete) {
complete(msg,QXCOSUploadImageFailed);
}
}];
}
@@ -347,7 +353,9 @@
}
} fail:^(NSError *error, NSString *msg, NSURLSessionDataTask *task) {
if (complete) {
complete(msg,QXCOSUploadImageFailed);
}
}];
}
- (NSString *)currentDate {