feat:完善信息

This commit is contained in:
henry
2022-01-26 16:14:16 +08:00
parent 180f63de42
commit 0368be6f11
8 changed files with 57 additions and 21 deletions

View File

@ -408,7 +408,7 @@ func registerAdminAPI(app *gin.Engine) {
// registerEnterpriseAPI 注册企业/管家后台API
func registerEnterpriseAPI(app *gin.Engine) {
apiPrefix := "/enterprise"
apiPrefix := "/api/enterprise"
g := app.Group(apiPrefix)
v1 := g.Group("/v1")