GET api/Lanmu/GetAllLanmu

后台-获取所有栏目

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

后台-获取所有栏目

Collection of LanmuDto
NameDescriptionTypeAdditional information
Banid

栏目标识(与栏目枚举对应)

integer

None.

IsClose

是否关闭(数据从isopen转移)

boolean

None.

ChrName

栏目名称

string

None.

IsIndex

是否为首页

boolean

None.

Urlstart

栏目设置首页,路由地址

string

None.

PluginId

绑定的对应插件id

integer

None.

ExpiryTime

插件 到期时间

date

None.

IsBuy

是否购买插件

boolean

None.

StatusType

插件状态

WxSmallOrPluginStatusType

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ArrayOfLanmuDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto">
  <LanmuDto>
    <Banid>1</Banid>
    <ChrName>sample string 3</ChrName>
    <ExpiryTime>2024-04-26T06:18:45.9421435+08:00</ExpiryTime>
    <IsBuy>true</IsBuy>
    <IsClose>true</IsClose>
    <IsIndex>true</IsIndex>
    <PluginId>6</PluginId>
    <StatusType>Normal</StatusType>
    <Urlstart>sample string 5</Urlstart>
  </LanmuDto>
  <LanmuDto>
    <Banid>1</Banid>
    <ChrName>sample string 3</ChrName>
    <ExpiryTime>2024-04-26T06:18:45.9421435+08:00</ExpiryTime>
    <IsBuy>true</IsBuy>
    <IsClose>true</IsClose>
    <IsIndex>true</IsIndex>
    <PluginId>6</PluginId>
    <StatusType>Normal</StatusType>
    <Urlstart>sample string 5</Urlstart>
  </LanmuDto>
</ArrayOfLanmuDto>