Explorar el Código

fix:路透服务器检测暂时关闭

Roc hace 3 años
padre
commit
f2223cf63c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      services/data/edb_info.go

+ 1 - 1
services/data/edb_info.go

@@ -243,7 +243,7 @@ func CheckLtDataInterface(cont context.Context) (err error) {
 		}
 		result := string(body)
 		if result != `"ek true"` {
-			go utils.SendEmail(utils.APPNAME+"【"+utils.RunMode+"】"+"检测数据接口:失败提醒", "检测路透数据服务器失败:CheckLtDataInterface ErrMsg:"+string(body), utils.EmailSendToUsers)
+			//go utils.SendEmail(utils.APPNAME+"【"+utils.RunMode+"】"+"检测数据接口:失败提醒", "检测路透数据服务器失败:CheckLtDataInterface ErrMsg:"+string(body), utils.EmailSendToUsers)
 		}
 	}()
 	return