Skip to content

Commit 575bac5

Browse files
authored
Uc query hosts order (#433)
1 parent 9dd5e3f commit 575bac5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

QiniuSDK/Common/QNConfig.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
#import <Foundation/Foundation.h>
1010

1111
//MARK: -- 内部布置 尽量不要修改
12-
#define kQNPreQueryHost00 @"uc.qbox.me"
13-
#define kQNPreQueryHost01 @"api.qiniu.com"
14-
#define kQNPreQueryHost02 @"kodo-config.qiniuapi.com"
15-
#define kQNPreQueryHosts @[kQNPreQueryHost00, kQNPreQueryHost02, kQNPreQueryHost01]
12+
#define kQNPreQueryHost00 @"kodo-config.qiniuapi.com"
13+
#define kQNPreQueryHost01 @"uc.qbox.me"
14+
#define kQNPreQueryHost02 @"api.qiniu.com"
15+
#define kQNPreQueryHosts @[kQNPreQueryHost00, kQNPreQueryHost01, kQNPreQueryHost02]
1616

1717
#define kQNUpLogHost @"uplog.qbox.me"

0 commit comments

Comments
 (0)