Toggle navigation
Toggle navigation
This project
Loading...
Sign in
platform
/
platform-cms
·
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
Plain Diff
Browse Files
Authored by
周少峰
2019-07-09 20:38:24 +0800
Commit
bd4354e57f40456e01cd482779ef45bd443391aa
2 parents
b6b6e22a
534a1ee4
Merge branch 'feature/video' of git.yoho.cn:platform/platform-cms into feature/video
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
grass/src/main/java/com/yohobuy/platform/grass/service/impl/GrassArticleServiceImpl.java
web/src/main/webapp/META-INF/autoconf/config.properties
grass/src/main/java/com/yohobuy/platform/grass/service/impl/GrassArticleServiceImpl.java
View file @
bd4354e
...
...
@@ -1531,6 +1531,7 @@ public class GrassArticleServiceImpl implements IGrassArticleService {
rspBo
.
setCoverImg
(
videoMap
.
get
(
article
.
getId
())
==
null
?
""
:
videoMap
.
get
(
article
.
getId
()).
getString
(
"coverUrl"
));
//短视频url
rspBo
.
setVideoUrl
(
videoMap
.
get
(
article
.
getId
())
==
null
?
""
:
videoMap
.
get
(
article
.
getId
()).
getString
(
"videoUrl"
));
rspBo
.
setFileId
(
videoMap
.
get
(
article
.
getId
())
==
null
?
""
:
videoMap
.
get
(
article
.
getId
()).
getString
(
"fileId"
));
rspBoList
.
add
(
rspBo
);
});
return
rspBoList
;
...
...
web/src/main/webapp/META-INF/autoconf/config.properties
View file @
bd4354e
...
...
@@ -239,4 +239,7 @@ qq.secretKey = ${qq.secretKey}
uic.service.url
=
${uic.service.url}
preview.url
=
${preview.url}
file.excel.saveDir
=
${file.excel.saveDir}
\ No newline at end of file
file.excel.saveDir
=
${file.excel.saveDir}
tencent.cloud.secretId
=
${tencent.cloud.secretId}
tencent.cloud.secretKey
=
${tencent.cloud.secretKey}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment