GET api/FuncMenu/GetList

后台-获取后台登录用户对应的菜单列表

Request Information

URI Parameters

None.

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.