feat:完善项目
This commit is contained in:
@ -8,6 +8,10 @@ import (
|
||||
|
||||
type Config struct{}
|
||||
|
||||
/**
|
||||
* @apiDefine Config 配置管理
|
||||
*/
|
||||
|
||||
func (*Config) Area(c *gin.Context) {
|
||||
form := &struct {
|
||||
Key string `json:"key" form:"key"`
|
||||
|
Reference in New Issue
Block a user