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

优化

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