GET api/localTour/theme/info/{themeId}/{lang}

获取主题信息

Request Information

URI Parameters

NameDescriptionTypeAdditional information
themeId

主题ID

integer

Required

lang

语言

string

Default value is en-us

Body Parameters

None.

Response Information

Resource Description

获取主题信息

ReturnResultOfThemeDetailContract
NameDescriptionTypeAdditional information
data

ThemeDetailContract

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.themeattribute.treeattributelist[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.themeattribute.treeattributelist[0].attributelist'.