feat:完善入驻信息管理

This commit is contained in:
henry
2021-12-06 14:55:41 +08:00
parent 911fcf9b1c
commit 162537e52d
18 changed files with 406 additions and 90 deletions

View File

@ -142,6 +142,7 @@ func registerEnterpriseAPI(app *gin.Engine) {
{
_api := new(api2.Config)
configV1.GET("/area", _api.Area)
configV1.GET("/identity", _api.Identity)
}
// Account 账号管理
accountV1 := v1.Group("/account")