|
@@ -1500,6 +1500,7 @@ func ResetEdbInfoIsUpdate(cont context.Context) (err error) {
|
|
|
|
|
|
// CheckWindDataInterface 检测wind数据服务器
|
|
|
func CheckWindDataInterface(cont context.Context) (err error) {
|
|
|
+ return
|
|
|
for _, hzDataWindUrl := range utils.Hz_Data_WIND_Url_List {
|
|
|
go func(urlStr string) {
|
|
|
checkUrl := urlStr + `hz_server`
|
|
@@ -1661,4 +1662,4 @@ func RefreshDataFromEic(wg *sync.WaitGroup) (err error) {
|
|
|
}
|
|
|
}
|
|
|
return err
|
|
|
-}
|
|
|
+}
|