feat:完善项目

This commit is contained in:
henry
2022-01-17 09:57:57 +08:00
parent 6d075dab4f
commit b50fdb0d44
30 changed files with 70 additions and 84 deletions

View File

@ -23,7 +23,7 @@ func (c *Config) Basic() {
}
// Config 配置信息
func (c *Config) Config() map[string]interface{} {
func (c *Config) Config() map[string]string {
return config2.SystemConfig
}