Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
yohoufo-fore
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
mali
2018-10-16 19:14:16 +0800
Commit
0ff0053234708a73785dec57845d63c8a0c92d02
1 parent
188eecd4
空间名称:yhb-img01
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
common/src/main/java/com/yohoufo/common/helper/ImageUrlAssist.java
common/src/main/java/com/yohoufo/common/helper/ImageUrlAssist.java
View file @
0ff0053
...
...
@@ -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
}
/**
...
...
Please
register
or
login
to post a comment