GET api/MallConfig/GetIndexTabConfigs
获取后台全部首页tab配置
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
获取后台全部首页tab配置
Collection of mh163k_Mall_IndexTabConfig| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
id |
integer |
None. |
| MallIndexTabType |
首页tab配置分类 |
MallIndexTabType |
None. |
| TabName |
tab名称 |
string |
None. |
| Intorder |
排序 |
integer |
None. |
| TabShowType |
显示样式 |
ShowType |
None. |
| Qtys |
显示数量 |
integer |
None. |
| IsFilterEndCommodity |
是否过滤结束商品 |
boolean |
None. |
| IsFilterSaleEmptyCommodity |
是否过滤售完商品 |
boolean |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<ArrayOfmh163k_Mall_IndexTabConfig xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">
<mh163k_Mall_IndexTabConfig>
<Id>1</Id>
<Intorder>3</Intorder>
<IsFilterEndCommodity>true</IsFilterEndCommodity>
<IsFilterSaleEmptyCommodity>true</IsFilterSaleEmptyCommodity>
<MallIndexTabType>ThemeCategory</MallIndexTabType>
<Qtys>4</Qtys>
<TabName>sample string 2</TabName>
<TabShowType>Transverse</TabShowType>
</mh163k_Mall_IndexTabConfig>
<mh163k_Mall_IndexTabConfig>
<Id>1</Id>
<Intorder>3</Intorder>
<IsFilterEndCommodity>true</IsFilterEndCommodity>
<IsFilterSaleEmptyCommodity>true</IsFilterSaleEmptyCommodity>
<MallIndexTabType>ThemeCategory</MallIndexTabType>
<Qtys>4</Qtys>
<TabName>sample string 2</TabName>
<TabShowType>Transverse</TabShowType>
</mh163k_Mall_IndexTabConfig>
</ArrayOfmh163k_Mall_IndexTabConfig>