mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-27 16:59:36 +08:00
[优化]优化命名
This commit is contained in:
@@ -20,7 +20,7 @@ func InitOrganizationRouter(container *restful.Container) {
|
||||
|
||||
ws := new(restful.WebService)
|
||||
ws.Path("/system/organization").Produces(restful.MIME_JSON)
|
||||
tags := []string{"organization"}
|
||||
tags := []string{"system", "组织"}
|
||||
|
||||
ws.Route(ws.GET("/roleOrganizationTreeSelect/{roleId}").To(func(request *restful.Request, response *restful.Response) {
|
||||
restfulx.NewReqCtx(request, response).WithLog("获取角色组织树").Handle(s.GetOrganizationTreeRoleSelect)
|
||||
|
||||
Reference in New Issue
Block a user