|
@@ -431,7 +431,7 @@ public class MessageAttachmentServiceImpl implements MessageAttachmentService {
|
|
param.setRemark(remark);
|
|
param.setRemark(remark);
|
|
param.setVideoId(videoId);
|
|
param.setVideoId(videoId);
|
|
Map<String, String> requestParam = new HashMap<>();
|
|
Map<String, String> requestParam = new HashMap<>();
|
|
- String jumpPage = "pages/user-videos?id=${videoId}&fromGzh=1&rootShareId=${uuid}&shareId=${uuid}&rootSourceId=[rootSourceId]"
|
|
|
|
|
|
+ String jumpPage = "pages/user-videos?fromGzh=1&rootShareId=${uuid}&id=${videoId}&shareId=${uuid}&rootSourceId=[rootSourceId]"
|
|
.replace("${videoId}", "" + videoId)
|
|
.replace("${videoId}", "" + videoId)
|
|
.replace("${uuid}", "" + UUID.randomUUID());
|
|
.replace("${uuid}", "" + UUID.randomUUID());
|
|
requestParam.put("jumpPage", jumpPage);
|
|
requestParam.put("jumpPage", jumpPage);
|
|
@@ -509,7 +509,7 @@ public class MessageAttachmentServiceImpl implements MessageAttachmentService {
|
|
param.setPutTypeThree(putTypeThree);
|
|
param.setPutTypeThree(putTypeThree);
|
|
param.setVideoId(videoId);
|
|
param.setVideoId(videoId);
|
|
Map<String, String> requestParam = new HashMap<>();
|
|
Map<String, String> requestParam = new HashMap<>();
|
|
- String jumpPage = "pages/user-videos?id=${videoId}&fromGzh=1&rootShareId=${uuid}&shareId=${uuid}&rootSourceId=[rootSourceId]"
|
|
|
|
|
|
+ String jumpPage = "pages/user-videos?fromGzh=1&rootShareId=${uuid}&id=${videoId}&shareId=${uuid}&rootSourceId=[rootSourceId]"
|
|
.replace("${videoId}", "" + videoId)
|
|
.replace("${videoId}", "" + videoId)
|
|
.replace("${uuid}", "" + UUID.randomUUID());
|
|
.replace("${uuid}", "" + UUID.randomUUID());
|
|
requestParam.put("jumpPage", jumpPage);
|
|
requestParam.put("jumpPage", jumpPage);
|