GET api/FuncMenu/GetFuncMenuListByGroupId?groupId={groupId}

后台-获取某用户组的菜单栏,供用户组编辑使用

Request Information

URI Parameters

NameDescriptionTypeAdditional information
groupId

integer

Required

Body Parameters

None.

Response Information

Resource Description

后台-获取某用户组的菜单栏,供用户组编辑使用

Collection of FuncMenuDto
NameDescriptionTypeAdditional information
FID

菜单id

integer

None.

FuncFile

菜单路径

string

None.

FunDetail

菜单描述

string

None.

IntSeq

顺序

integer

None.

IsBase

是不是基础功能(非业务模块)

boolean

None.

IsPlugin

是不是插件

boolean

None.

IsPower

登录用户是否拥有该菜单权限

boolean

None.

SubMenus

子菜单集合

Collection of FuncMenuDto

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.