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

@ -12,8 +12,12 @@ type (
)
var (
// MemoryForAreaInfo 区域信息
MemoryForAreaInfo map[string]map[string]string = make(map[string]map[string]string, 0)
// MemoryForIndustryInfo 行业信息
MemoryForIndustryInfo map[string]string = make(map[string]string, 0)
// MemoryForPlatformInfo 平台信息
MemoryForPlatformInfo map[string]string = make(map[string]string, 0)
)
// GetIndustryInfo 获取行业信息