Commit fd539a92 by 徐高华

视频

parent 4150fe8d
......@@ -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