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 1f8a9b4 commit 1039ba2Copy full SHA for 1039ba2
QiniuSDK/Common/QNConfig.h
@@ -10,8 +10,8 @@
10
11
//MARK: -- 内部布置 尽量不要修改
12
#define kQNPreQueryHost00 @"uc.qbox.me"
13
-#define kQNPreQueryHost01 @"api.qiniu.com" // 不再使用
+#define kQNPreQueryHost01 @"api.qiniu.com"
14
#define kQNPreQueryHost02 @"kodo-config.qiniuapi.com"
15
-#define kQNPreQueryHosts @[kQNPreQueryHost00, kQNPreQueryHost02]
+#define kQNPreQueryHosts @[kQNPreQueryHost00, kQNPreQueryHost02, kQNPreQueryHost01]
16
17
#define kQNUpLogHost @"uplog.qbox.me"
0 commit comments