IP库增加制品管理/统计中相关区域名称可以显示别名

This commit is contained in:
GoEdgeLab
2022-08-23 19:40:17 +08:00
parent 444bdc13d5
commit b11c1dc01c
16 changed files with 479 additions and 18 deletions

View File

@@ -89,7 +89,7 @@ func (this *APINode) Start() {
// 启动IP库
remotelogs.Println("API_NODE", "initializing ip library ...")
err = iplibrary.Init()
err = iplibrary.InitDefault()
if err != nil {
remotelogs.Error("API_NODE", "initialize ip library failed: "+err.Error())
}