Commit 68a4b6ca by xugaojun

优化告警参数

parent 26638d9c
......@@ -157,7 +157,7 @@ public class AddMemberUnionRelateConsumerProcessor extends AbstractConsumerProce
Map<String, Object> link = new HashMap<>();
map.put("msgtype", "link");
link.put("title", "存量会员关联提醒");
link.put("text", staffId);
link.put("text", "员工id:" + staffId);
link.put("messageUrl", traceUrl);
map.put("link", link);
String post = HttpUtil.post(ALERT_URL, JSONObject.toJSONString(map));
......
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