|
@@ -198,10 +198,10 @@ func SendInfoToWxWork_ToAuditor() {
|
|
|
}
|
|
|
}
|
|
|
count := util.MgoE.Count("luaconfig", query)
|
|
|
- tmpContent += userInfo.Username + "待审核爬虫的个数为:" + fmt.Sprint(count) + ";"
|
|
|
+ tmpContent += userInfo.Username + "需审核的爬虫有:" + fmt.Sprint(count) + "个;"
|
|
|
tmpModifyList = append(tmpModifyList, userInfo.Mobile)
|
|
|
}
|
|
|
- msg := fmt.Sprintf(TextModel, tmpContent, strings.Join(tmpModifyList, ","))
|
|
|
+ msg := fmt.Sprintf(TextModel, tmpContent+"请及时处理!", strings.Join(tmpModifyList, ","))
|
|
|
qu.Debug("msg", msg)
|
|
|
resp1, err := http.Post(
|
|
|
"https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=97850772-88d0-4544-a2c3-6201aeddff9e",
|