GET api/LoveTheme/GetFrontListThemeInfo

前台-获取专题

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

前台-获取专题

Collection of LovevThemeListDto
NameDescriptionTypeAdditional information
Id

主键

integer

None.

ThemeName

专题名称

string

None.

ThemeSlogan

宣传标语

string

None.

ThemeNavFilePath

专题导航封面图

string

None.

ThemeTemplateNo

模板编号

integer

None.

ThemeType

专题类别

ThemeType

None.

IsShelf

是否上架

boolean

None.

Intorder

排序

integer

None.

CreateTime

生成时间

date

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: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

application/xml, text/xml

Sample:
<ArrayOfLovevThemeListDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.LoveTheme.Service.Dto">
  <LovevThemeListDto>
    <CreateTime>2024-05-09T13:31:00.6163241+08:00</CreateTime>
    <Id>1</Id>
    <Intorder>7</Intorder>
    <IsShelf>true</IsShelf>
    <ThemeName>sample string 2</ThemeName>
    <ThemeNavFilePath>sample string 4</ThemeNavFilePath>
    <ThemeSlogan>sample string 3</ThemeSlogan>
    <ThemeTemplateNo>5</ThemeTemplateNo>
    <ThemeType>AutoSearch</ThemeType>
  </LovevThemeListDto>
  <LovevThemeListDto>
    <CreateTime>2024-05-09T13:31:00.6163241+08:00</CreateTime>
    <Id>1</Id>
    <Intorder>7</Intorder>
    <IsShelf>true</IsShelf>
    <ThemeName>sample string 2</ThemeName>
    <ThemeNavFilePath>sample string 4</ThemeNavFilePath>
    <ThemeSlogan>sample string 3</ThemeSlogan>
    <ThemeTemplateNo>5</ThemeTemplateNo>
    <ThemeType>AutoSearch</ThemeType>
  </LovevThemeListDto>
</ArrayOfLovevThemeListDto>