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 a261016 + d8a0358 commit 3fe0445Copy full SHA for 3fe0445
QiniuSDK/Storage/QNConfiguration.m
@@ -131,7 +131,7 @@ - (QNZoneInfo *)buildInfoFromJson:(NSDictionary *)resp {
131
NSArray * mainDomainList = urlDicList[i][@"backup"];
132
for (int i = 0; i < mainDomainList.count; i ++) {
133
[domainList addObject:mainDomainList[i]];
134
- [domainDic setObject:mainDomainList[i] forKey:[NSDate dateWithTimeIntervalSince1970:0]];
+ [domainDic setObject:[NSDate dateWithTimeIntervalSince1970:0] forKey:mainDomainList[i]];
135
}
136
137
0 commit comments