GET api/FuncMenu/GetWapIndexList

后台-获取后台登录用户对应的WAP菜单列表(树形结构)

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

后台-获取后台登录用户对应的WAP菜单列表(树形结构)

Collection of FuncMenuDto
NameDescriptionTypeAdditional information
FID

菜单id

integer

None.

FuncFile

菜单路径

string

None.

FunDetail

菜单描述

string

None.

IntSeq

顺序

integer

None.

IsBase

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

boolean

None.

IsPlugin

是不是插件

boolean

None.

PluginId

对应的插件id

integer

None.

PluginPower

这个菜单对应的插件是否开通

boolean

None.

IsPower

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

boolean

None.

SubMenus

子菜单集合

Collection of FuncMenuDto

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'Mh.Common.Service.Dto.FuncMenu.FuncMenuDto'. Path '[0].SubMenus'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'Mh.Common.Service.Dto.FuncMenu.FuncMenuDto'. Path '[0].SubMenus'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: “Mh.Common.Service.Dto.FuncMenu.FuncMenuDto”类型的对象图包含循环,如果禁用引用跟踪,择无法对其进行序列化。

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: “Mh.Common.Service.Dto.FuncMenu.FuncMenuDto”类型的对象图包含循环,如果禁用引用跟踪,择无法对其进行序列化。