|
@@ -1472,7 +1472,7 @@ func CheckWindDataInterface(cont context.Context) (err error) {
|
|
|
if result != `1` {
|
|
|
|
|
|
|
|
|
- msg := fmt.Sprintf("检测%s失败:CheckWindDataInterface ErrMsg:%s", checkUrl, string(body))
|
|
|
+ msg := fmt.Sprintf("检测%s ;失败:CheckWindDataInterface ErrMsg:%s", checkUrl, string(body))
|
|
|
go alarm_msg.SendAlarmMsg(msg, 3)
|
|
|
}
|
|
|
}
|