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 6b250fe commit 5b42d8eCopy full SHA for 5b42d8e
src/Qiniu/Storage/Config.cs
@@ -18,14 +18,14 @@ public class Config
18
/// <summary>
19
/// 默认查询区域域名
20
/// </summary>
21
- public static string DefaultQueryRegionHost = "kodo-config.qiniuapi.com";
+ public static string DefaultQueryRegionHost = "uc.qiniuapi.com";
22
23
/// 默认备用查询区域域名
24
25
public static List<string> DefaultBackupQueryRegionHosts = new List<string>
26
{
27
- "uc.qbox.me",
28
- "api.qiniu.com"
+ "kodo-config.qiniuapi.com",
+ "uc.qbox.me"
29
};
30
31
0 commit comments