feat:完善网站活动报名信息

This commit is contained in:
henry
2021-12-16 15:35:44 +08:00
parent 8d82caac20
commit c6ba000829
8 changed files with 32 additions and 16 deletions

View File

@ -72,7 +72,7 @@ func (c *Config) Area(key string) map[string]string {
if key == "" {
key = config2.DefaultChinaAreaCode
}
return config2.SettingAreaInfo[key]
return config.MemoryForAreaInfo[key]
}
func NewConfig() *Config {