Authored by mali

空间名称:yhb-img01

... ... @@ -165,7 +165,7 @@ public class ImageUrlAssist {
if (domainList.isEmpty()) {
return "";
}
return domainList.get(Math.random() > 0.5 ? 1 : 0);
return domainList.get(1); // 默认域名http(s)://img11.static.yhbimg.com
}
/**
... ...