Commit a293acf5 by 徐高华

Merge branch 'xgh_内容中台' into 'developer'

视频

See merge request !479
parents e90a0f12 fd539a92
......@@ -174,6 +174,9 @@ public class MaterialServiceImpl implements MaterialService {
if (type == 4) {
fileType = QywxMediaTypeEnum.VIDEO;
url = old.getLink();
if(from == 2) {
url = entity.getImgUrl() ;
}
}
if (type == 5) {
fileType = QywxMediaTypeEnum.FILE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment