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.
1 parent 58f3f93 commit d2c4befCopy full SHA for d2c4bef
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