Commit 265a50be by Joneq

增加钉钉提示

parent 70c6386b
Showing with 1 additions and 1 deletions
...@@ -18,7 +18,7 @@ const ADMINTEL int64 = 17600091664 ...@@ -18,7 +18,7 @@ const ADMINTEL int64 = 17600091664
func AdminErr(err error) { func AdminErr(err error) {
if err != nil { if err != nil {
fmt.Println(err) fmt.Println(err)
//SendMessage(ADMINTEL,err.Error()) SendMessage(ADMINTEL,err.Error())
} }
} }
......
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 sign in to comment