Skip to content

Commit 3beaf4e

Browse files
author
YangSen-qn
committed
Merge branch 'master' of YangSen-qn:qiniu/objc-sdk
2 parents 9494147 + b9914f9 commit 3beaf4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QiniuSDK/Common/QNAutoZone.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ - (void)setDefaultZones:(NSArray <QNFixedZone *> *)zones {
9292
- (QNZonesInfo *)getZonesInfoWithToken:(QNUpToken *_Nullable)token {
9393

9494
if (token == nil) return nil;
95-
NSString *cacheKey = [self makeCacheKey:nil akAndBucket:token.index];
95+
NSString *cacheKey = [self makeCacheKey:[QNConfiguration defaultConfiguration] akAndBucket:token.index];
9696
QNZonesInfo *zonesInfo = nil;
9797
@synchronized (self) {
9898
zonesInfo = self.zonesDic[cacheKey];

0 commit comments

Comments
 (0)