GET api/MallTheme/GetAllMallTheme
获取商城专题
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
获取商城专题
Collection of mh163k_Mall_Theme| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
专题id 全部改为id |
integer |
None. |
| muban | string |
None. |
|
| ThemeName |
专题名称 |
string |
None. |
| Images |
专题封面 |
string |
None. |
| Keywords |
专题关键字 |
string |
None. |
| Description |
专题描述 |
string |
None. |
| Intorder |
专题排序 |
integer |
None. |
| IndexShowType |
首页显示样式 |
ShowType |
None. |
| ThemeShowType |
专题显示样式 |
ShowType |
None. |
| Qtys |
显示数量 |
integer |
None. |
| iskill | byte |
None. |
|
| bigcategoryid | integer |
None. |
|
| startdate | date |
None. |
|
| enddate | date |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<ArrayOfmh163k_Mall_Theme xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">
<mh163k_Mall_Theme>
<Description>sample string 6</Description>
<Id>1</Id>
<Images>sample string 4</Images>
<IndexShowType>Transverse</IndexShowType>
<Intorder>7</Intorder>
<Keywords>sample string 5</Keywords>
<Qtys>8</Qtys>
<ThemeName>sample string 3</ThemeName>
<ThemeShowType>Transverse</ThemeShowType>
<bigcategoryid>1</bigcategoryid>
<enddate>2025-12-15T19:49:31.7588059+08:00</enddate>
<iskill>64</iskill>
<muban>sample string 2</muban>
<startdate>2025-12-15T19:49:31.7588059+08:00</startdate>
</mh163k_Mall_Theme>
<mh163k_Mall_Theme>
<Description>sample string 6</Description>
<Id>1</Id>
<Images>sample string 4</Images>
<IndexShowType>Transverse</IndexShowType>
<Intorder>7</Intorder>
<Keywords>sample string 5</Keywords>
<Qtys>8</Qtys>
<ThemeName>sample string 3</ThemeName>
<ThemeShowType>Transverse</ThemeShowType>
<bigcategoryid>1</bigcategoryid>
<enddate>2025-12-15T19:49:31.7588059+08:00</enddate>
<iskill>64</iskill>
<muban>sample string 2</muban>
<startdate>2025-12-15T19:49:31.7588059+08:00</startdate>
</mh163k_Mall_Theme>
</ArrayOfmh163k_Mall_Theme>