优化代码

This commit is contained in:
GoEdgeLab
2023-08-08 16:46:17 +08:00
parent 9ed5fab2a8
commit 7c08239ea1
28 changed files with 71 additions and 87 deletions

View File

@@ -177,7 +177,7 @@ func (this *HealthCheckExecutor) runNode(healthCheckConfig *serverconfigs.Health
// 在线状态发生变化
if healthCheckConfig.AutoDown {
// 发送消息
var message = ""
var message string
var messageType string
var messageLevel string
if result.IsOk {