GET api/LoveConfig/GetIndexTabConfigs

获取后台全部首页tab配置

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

获取后台全部首页tab配置

Collection of LoveIndexTabConfigDto
NameDescriptionTypeAdditional information
Id

id

integer

None.

LoveIndexTabType

首页tab配置分类

LoveIndexTabType

None.

TabName

tab名称

string

None.

Intorder

排序

integer

None.

CategoryId

绑定分类

integer

None.

IsShow

是否显示

boolean

None.

ModuleId

绑定模块id

ModuleType

None.

ModuleIsOpen

栏目是否开启 true表示开启

boolean

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:
<ArrayOfLoveIndexTabConfigDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Dto.Config">
  <LoveIndexTabConfigDto>
    <CategoryId>4</CategoryId>
    <Id>1</Id>
    <Intorder>3</Intorder>
    <IsShow>true</IsShow>
    <LoveIndexTabType>New</LoveIndexTabType>
    <ModuleId>None</ModuleId>
    <ModuleIsOpen>true</ModuleIsOpen>
    <TabName>sample string 2</TabName>
  </LoveIndexTabConfigDto>
  <LoveIndexTabConfigDto>
    <CategoryId>4</CategoryId>
    <Id>1</Id>
    <Intorder>3</Intorder>
    <IsShow>true</IsShow>
    <LoveIndexTabType>New</LoveIndexTabType>
    <ModuleId>None</ModuleId>
    <ModuleIsOpen>true</ModuleIsOpen>
    <TabName>sample string 2</TabName>
  </LoveIndexTabConfigDto>
</ArrayOfLoveIndexTabConfigDto>