Skip to content

Commit 77a01ef

Browse files
author
YangSen-qn
committed
change FixZone localsZoneInfo()
1 parent 905645d commit 77a01ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

library/src/main/java/com/qiniu/android/common/FixedZone.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,16 @@ public final class FixedZone extends Zone {
7373
* @return 实例
7474
*/
7575
public static final Zone zoneFogCnEast1 = new FixedZone(new String[]{"upload-fog-cn-east-1.qiniup.com", "up-fog-cn-east-1.qiniup.com"},
76-
new String[]{"upload-fog-cn-east-1.qiniup.com", "up-fog-cn-east-1.qiniup.com"},
76+
null,
7777
"fog-cn-east-1");
7878

7979
private ZonesInfo zonesInfo;
8080

8181
public static FixedZone localsZoneInfo() {
8282
ArrayList<FixedZone> localsZone = new ArrayList<>();
8383
localsZone.add((FixedZone)zone0);
84+
localsZone.add((FixedZone)zoneCnEast2);
85+
localsZone.add((FixedZone)zoneNorthEast1);
8486
localsZone.add((FixedZone)zone1);
8587
localsZone.add((FixedZone)zone2);
8688
localsZone.add((FixedZone)zoneNa0);

0 commit comments

Comments
 (0)