|
@@ -179,7 +179,7 @@ func GetServerUrl(edbCode string) (windUrl string, err error) {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- //windUrl = `http://datawind.hzinsights.com:8040/`
|
|
|
+ windUrl = `http://datawind.hzinsights.com:8040/`
|
|
|
// 设置缓存
|
|
|
cacheKey := utils.CACHE_WIND_URL + ":" + edbCode
|
|
|
_ = utils.Rc.SetNX(cacheKey, windUrl, utils.GetTodayLastSecond())
|