feat:完善项目信息

This commit is contained in:
henry
2022-01-13 18:07:40 +08:00
parent 27cb063a6c
commit 7492c67378
25 changed files with 96 additions and 130 deletions

View File

@ -40,7 +40,8 @@ func registerAPI(app *gin.Engine) {
{
_api := new(api2.Config)
configV1.GET("", _api.Index)
configV1.POST("/area", _api.Area)
_api2 := new(api.Config)
configV1.POST("/area", _api2.Area)
}
// User 用户信息管理
userV1 := v1.Group("/user")