We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58f3f93 + d2c4bef commit 1b782cfCopy full SHA for 1b782cf
QiniuSDK/Storage/QNUploadManager.m
@@ -82,7 +82,7 @@ - (void)putData:(NSData *)data
82
}
83
84
if (option && option.checkCrc) {
85
- parameters[@"crc32"] = [NSNumber numberWithUnsignedLong:[QNCrc32 data:data]];
+ parameters[@"crc32"] = [NSString stringWithFormat:@"%u", (unsigned int)[QNCrc32 data:data]];
86
87
88
QNInternalProgressBlock p = nil;
0 commit comments