GET api/LoveTheme/GetListThemeInfo?keywords={keywords}
后台 - 获取相亲专题 模糊搜索
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| keywords | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
后台 - 获取相亲专题 模糊搜索
Collection of LovevThemeListDto| Name | Description | Type | Additional 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:
text/json
Sample:
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>2025-12-24T21:30:43.4876913+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>2025-12-24T21:30:43.4876913+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>