GET api/Lanmu/GetAllLanmuPlugins
后台-获取所有栏目/插件 pluginId不为0表示该栏目是插件
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
后台-获取所有栏目/插件 pluginId不为0表示该栏目是插件
Collection of LanmuDto| Name | Description | Type | Additional 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:
text/json
Sample:
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>2025-12-16T16:03:19.8821989+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>2025-12-16T16:03:19.8821989+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>