Authored by mali

空间名称:yhb-img01

... ... @@ -183,7 +183,7 @@ public class ImagesHelper extends com.yoho.core.common.helpers.ImagesHelper{
// 随机从两个域名中获取
String[] domains = DOMAIN_LIST.get(fileMode);
int domainMode = new Random().nextInt(2);
int domainMode = 1 ; //new Random().nextInt(2); UFO默认域名http(s)://img11.static.yhbimg.com
return "http://" + domains[domainMode] + "/" + bucket + fileName;
}
... ...