File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change 1010
1111更改:查询区域域名后端接口更新
1212
13+ 移除:首尔区域移除
14+
1315更改:部分服务域名由字面量提取为常量
1416
1517新增:对象存储,更改文件禁用状态
Original file line number Diff line number Diff line change @@ -112,18 +112,5 @@ public class Zone
112112 SrcUpHosts = new string [ ] { "up-as0.qiniup.com" } ,
113113 CdnUpHosts = new string [ ] { "upload-as0.qiniup.com" }
114114 } ;
115-
116- /// <summary>
117- /// 亚太-首尔
118- /// </summary>
119- public static Zone ZONE_AP_Seoul = new Zone ( )
120- {
121- RsHost = "rs-ap-northeast-1.qiniuapi.com" ,
122- RsfHost = "rsf-ap-northeast-1.qiniuapi.com" ,
123- ApiHost = "api-ap-northeast-1.qiniuapi.com" ,
124- IovipHost = "iovip-ap-northeast-1.qiniuio.com" ,
125- SrcUpHosts = new string [ ] { "up-ap-northeast-1.qiniup.com" } ,
126- CdnUpHosts = new string [ ] { "upload-ap-northeast-1.qiniup.com" }
127- } ;
128115 }
129116}
You can’t perform that action at this time.
0 commit comments