feat:完善项目

This commit is contained in:
henry
2021-11-04 15:44:35 +08:00
parent 0b41c97899
commit 42c6fb01bb
4 changed files with 9 additions and 12 deletions

View File

@ -8,6 +8,10 @@ import (
type Config struct{}
/**
* @apiDefine Config 配置管理
*/
func (*Config) Area(c *gin.Context) {
form := &struct {
Key string `json:"key" form:"key"`