feat:完善网站活动报名信息
This commit is contained in:
@ -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 获取行业信息
|
||||
|
Reference in New Issue
Block a user