feat:完善入驻信息管理

This commit is contained in:
henry
2021-12-03 15:22:23 +08:00
parent 851a2c1784
commit 911fcf9b1c
16 changed files with 100 additions and 27 deletions

View File

@ -2,8 +2,8 @@ package tools
import (
"SciencesServer/config"
"SciencesServer/lib"
"SciencesServer/tools/ip"
"SciencesServer/utils"
)
func initIP() {
@ -11,7 +11,7 @@ func initIP() {
}
func initJSON() {
lib.LoadConfig("./file/area.json", &config.SettingAreaInfo)
utils.LoadConfig("./file/area.json", &config.SettingAreaInfo)
}
func Init() {