feat(REQ-4418) - 调整告警的标题

This commit is contained in:
wangli 2025-09-02 17:01:08 +08:00
parent 7250b02b26
commit 8802b165dc

View File

@ -68,7 +68,7 @@ public class DingTalkAlter implements Alter {
private void rivenDingtalkForStarter(DingTalkStarterAlterDTO alterDTO) {
DingDingSendRebootGroupMsgReq req = new DingDingSendRebootGroupMsgReq();
req.setDingDingScene("WORKFLOW_ENGINE_BIZNODE_ALTER");
String title = "Notice 审批模板节点预检查告警, Env: " + profile;
String title = "Notice 应用必接事件告警, Env: " + profile;
String text = "#### [" + profile + "]应用必接事件告警\n" +
"> 应用名称:" + alterDTO.getApplicationName() + "\n\n" +
"> 检测信息:" + alterDTO.getAlterContent() + "\n\n" +