This commit is contained in:
richboo111
2023-04-26 14:16:56 +08:00
parent d370610b41
commit ddfec752c0
3 changed files with 5 additions and 4 deletions

View File

@@ -11,8 +11,6 @@ import (
"sync"
"time"
"git.rosy.net.cn/baseapi/utils"
"git.rosy.net.cn/baseapi/platformapi/mtwmapi"
"git.rosy.net.cn/jx-callback/globals/api"
"github.com/gazeboxu/mapstructure"
@@ -234,7 +232,7 @@ func Setup() {
LocalHost: getIntranetIp(),
ServerList: make(map[string]string),
}
fmt.Printf("LocalHost=%s\n ServerList=%s\n", GlobalSetting.LocalHost, utils.Format4Output(GlobalSetting.ServerList, false))
fmt.Printf("LocalHost=%s\n ", GlobalSetting.LocalHost)
}
// mapTo map section