You've already forked FrameTour-BE
通知地址
This commit is contained in:
@@ -618,7 +618,12 @@ public class TaskTaskServiceImpl implements TaskService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
String title = configTitle.replace("【景区】", scenic.getName());
|
String title = configTitle.replace("【景区】", scenic.getName());
|
||||||
String page = "pages/videoSynthesis/index?type=1&scenicId=" + item.getScenicId() + "&faceId=" + item.getFaceId();
|
String page;
|
||||||
|
if (configManager.getBoolean("grouping_enable")) {
|
||||||
|
page = "pages/travelVideoCenter/index?type=1&scenicId=" + item.getScenicId() + "&faceId=" + item.getFaceId();
|
||||||
|
} else {
|
||||||
|
page = "pages/videoSynthesis/index?type=1&scenicId=" + item.getScenicId() + "&faceId=" + item.getFaceId();
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* 视频名称 {{thing1.DATA}}
|
* 视频名称 {{thing1.DATA}}
|
||||||
* 生成时间 {{time4.DATA}}
|
* 生成时间 {{time4.DATA}}
|
||||||
|
@@ -76,7 +76,12 @@ public class DownloadNotificationTasker {
|
|||||||
}
|
}
|
||||||
|
|
||||||
String title = configTitle.replace("【景区】", scenic.getName());
|
String title = configTitle.replace("【景区】", scenic.getName());
|
||||||
String page = "pages/videoSynthesis/index?type=2&scenicId=" + item.getScenicId() + "&faceId=" + item.getFaceId();
|
String page;
|
||||||
|
if (configManager.getBoolean("grouping_enable")) {
|
||||||
|
page = "pages/travelVideoCenter/index?type=2&scenicId=" + item.getScenicId() + "&faceId=" + item.getFaceId();
|
||||||
|
} else {
|
||||||
|
page = "pages/videoSynthesis/index?type=2&scenicId=" + item.getScenicId() + "&faceId=" + item.getFaceId();
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* 景区 {{thing1.DATA}}
|
* 景区 {{thing1.DATA}}
|
||||||
* 备注 {{thing3.DATA}}
|
* 备注 {{thing3.DATA}}
|
||||||
@@ -131,7 +136,12 @@ public class DownloadNotificationTasker {
|
|||||||
}
|
}
|
||||||
|
|
||||||
String title = configTitle.replace("【景区】", scenic.getName());
|
String title = configTitle.replace("【景区】", scenic.getName());
|
||||||
String page = "pages/videoSynthesis/index?type=3&scenicId=" + item.getScenicId() + "&faceId=" + item.getFaceId();
|
String page;
|
||||||
|
if (configManager.getBoolean("grouping_enable")) {
|
||||||
|
page = "pages/travelVideoCenter/index?type=3&scenicId=" + item.getScenicId() + "&faceId=" + item.getFaceId();
|
||||||
|
} else {
|
||||||
|
page = "pages/videoSynthesis/index?type=3&scenicId=" + item.getScenicId() + "&faceId=" + item.getFaceId();
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* 影像名称 {{thing1.DATA}}
|
* 影像名称 {{thing1.DATA}}
|
||||||
* 过期时间 {{time2.DATA}}
|
* 过期时间 {{time2.DATA}}
|
||||||
@@ -211,7 +221,12 @@ public class DownloadNotificationTasker {
|
|||||||
|
|
||||||
log.info("发送模板消息");
|
log.info("发送模板消息");
|
||||||
String title = configTitle.replace("【景区】", scenic.getName());
|
String title = configTitle.replace("【景区】", scenic.getName());
|
||||||
String page = "pages/videoSynthesis/index?type=2&scenicId=" + item.getScenicId() + "&faceId=" + item.getFaceId();
|
String page;
|
||||||
|
if (configManager.getBoolean("grouping_enable")) {
|
||||||
|
page = "pages/travelVideoCenter/index?type=2&scenicId=" + item.getScenicId() + "&faceId=" + item.getFaceId();
|
||||||
|
} else {
|
||||||
|
page = "pages/videoSynthesis/index?type=2&scenicId=" + item.getScenicId() + "&faceId=" + item.getFaceId();
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* 景区 {{thing1.DATA}}
|
* 景区 {{thing1.DATA}}
|
||||||
* 备注 {{thing3.DATA}}
|
* 备注 {{thing3.DATA}}
|
||||||
|
Reference in New Issue
Block a user