GET api/LoveTheme/GetListThemeInfo?keywords={keywords}

后台 - 获取相亲专题 模糊搜索

Request Information

URI Parameters

NameDescriptionTypeAdditional information
keywords

string

Default value is

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-09T14:36:33.4600031+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-09T14:36:33.4600031+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>