提交
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user