Commit 13d48467 authored by 王雪飞's avatar 王雪飞

优化

parent fa719315
......@@ -48,6 +48,9 @@ public class DingTalkHookLogErrorConfig {
public static Boolean isEnable(){
return enable;
}
public static void setEnable(boolean inEnable){
enable = inEnable;
}
public static String getUrl(){
return url;
}
......
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