Commit a6dfb466 by 朱继来

调整

parent 35834e06
Showing with 2 additions and 2 deletions
......@@ -102,8 +102,8 @@ func send_mail(data string) bool {
res := util.HttpPost(crm_url, data, header_map)
// 钉钉通知 默认参数
var mobile []string = make([]string, 0)
var isAtAll bool = false
// var mobile []string = make([]string, 0)
// var isAtAll bool = false
if res == nil {
// ding.Send(util.Configs.Ding_msg.Webhook,"监控告警", "后台用户登录邮件接口请求失败,原因:" + string(res), mobile, isAtAll)
......
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