GET api/sys/menu/getlist/{lang}

获取站点菜单

Request Information

URI Parameters

NameDescriptionTypeAdditional information
lang

语言(zh-HK,en-US)

string

Required

Body Parameters

None.

Response Information

Resource Description

获取站点菜单

ReturnResultOfListOfSysMenuContract
NameDescriptionTypeAdditional information
data

Collection of SysMenuContract

None.

code

状态码:100成功,其他自定义

integer

None.

message

提示消息

string

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'TC.Contracts.Sys.SysMenuContract'. Path 'data[0].submenus'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'TC.Contracts.Sys.SysMenuContract'. Path 'data[0].submenus'.