update(REQ-2324) - 调整发送 Dingtalk 的策略,可动态控制哪些可以发送钉钉
This commit is contained in:
parent
fb323e3c9c
commit
3678665b9a
@ -31,6 +31,11 @@ public class WorkflowProperties {
|
|||||||
/**
|
/**
|
||||||
* 将指定的 998 开头的响应码统一转成 200, 目前暂时没用了
|
* 将指定的 998 开头的响应码统一转成 200, 目前暂时没用了
|
||||||
*/
|
*/
|
||||||
|
private List<String> filterExceptionCode = new ArrayList<>();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 用于过滤哪些 Controller 方法的异常,不发送钉钉
|
||||||
|
*/
|
||||||
private List<String> filterSendDingTalk = new ArrayList<>();
|
private List<String> filterSendDingTalk = new ArrayList<>();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user