Commit e4ffc1fe authored by 黎博's avatar 黎博

update

parent 9f2991b7
......@@ -64,6 +64,8 @@ public class WebhookServiceImpl implements WebhookService {
} else if (StringUtils.equals(key.split("-")[0], "YXMXS")) {
// webhook赋值为电商群的机器人地址
webhook = dsProdDingUrl;
} else if (StringUtils.equals(key.split("-")[0], "CSXT")) {
webhook = "https://oapi.dingtalk.com/robot/send?access_token=be220b4bd17f311d70365a0ee81a659b54f06d52f1ee8d4d7d1051a183a266e1";
}
// BUG创建的时候发送通知
if (StringUtils.equals(webhookEvent, "jira:issue_created")) {
......
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