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 9dd5e3f commit 575bac5Copy full SHA for 575bac5
QiniuSDK/Common/QNConfig.h
@@ -9,9 +9,9 @@
9
#import <Foundation/Foundation.h>
10
11
//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]
+#define kQNPreQueryHost00 @"kodo-config.qiniuapi.com"
+#define kQNPreQueryHost01 @"uc.qbox.me"
+#define kQNPreQueryHost02 @"api.qiniu.com"
+#define kQNPreQueryHosts @[kQNPreQueryHost00, kQNPreQueryHost01, kQNPreQueryHost02]
16
17
#define kQNUpLogHost @"uplog.qbox.me"
0 commit comments