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 e06d9ae commit 52c5fe2Copy full SHA for 52c5fe2
library/src/main/java/com/qiniu/android/common/AutoZone.java
@@ -46,8 +46,8 @@ public List<String> getUcServerList() {
46
return serverList;
47
} else {
48
ArrayList<String> serverList = new ArrayList<>();
49
- serverList.add(Config.preQueryHost00);
50
serverList.add(Config.preQueryHost02);
+ serverList.add(Config.preQueryHost00);
51
serverList.add(Config.preQueryHost01);
52
53
}
0 commit comments