[优化]restful

This commit is contained in:
PandaGoAdmin
2022-08-03 22:29:46 +08:00
parent 0f08bac600
commit 78b93cb9af
3 changed files with 62 additions and 75 deletions

View File

@@ -78,4 +78,6 @@ func InitRoleRouter(container *restful.Container) {
}).
Doc("导出角色信息").
Metadata(restfulspec.KeyOpenAPITags, tags))
container.Add(ws)
}