GET api/localTour/attr/hot/{lang}

获取热门属性列表

Request Information

URI Parameters

NameDescriptionTypeAdditional information
lang

语言

string

Default value is en-us

Body Parameters

None.

Response Information

Resource Description

获取热门属性列表

ReturnResultOfListOfThemeAttributeTreeContract
NameDescriptionTypeAdditional information
data

Collection of ThemeAttributeTreeContract

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.LoalTour.ThemeAttributeTreeContract'. Path 'data[0].attributelist'.

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.LoalTour.ThemeAttributeTreeContract'. Path 'data[0].attributelist'.