|
@@ -21,7 +21,7 @@ public class WebhookService {
|
|
|
private static Logger logger = LoggerFactory.getLogger(WebhookService.class);
|
|
|
// private String dingToken = "https://oapi.dingtalk.com/robot/send?access_token=a2f955b2c685e4449ac98fd4a41b9ba1238a6badb58aba4da9c6fc50714fc43d";
|
|
|
// final static String alertUrl = "https://oapi.dingtalk.com/robot/send?access_token=942c2e951c794fa9683acaad5b9be13e61224fd797093dd580cc65ca776977e7";
|
|
|
- final static String alertUrl = "https://oapi.dingtalk.com/robot/send?access_token=6fc3d8a786fad57e4edd50664d78a899510dfdb30ee307b91c9a5b4204bc4a05";
|
|
|
+ final static String alertUrl = "https://oapi.dingtalk.com/robot/send?access_token=137a49db8579dc0f10b44992f0dbefc846e9be51b25761564b3c3e2bc4a9a588";
|
|
|
//final static String url = "https://oapi.dingtalk.com/robot/send?access_token=a2f955b2c685e4449ac98fd4a41b9ba1238a6badb58aba4da9c6fc50714fc43d";
|
|
|
final static String wxLogMonitorUrl = "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=4275487c-8706-4676-ae21-e74db900fcb6";
|
|
|
|