GET api/LouPan/GetLoupanSuperInfo?loupanId={loupanId}
后台--获取楼盘超级管理信息
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| loupanId |
楼盘标识 |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
后台--获取楼盘超级管理信息
LouPanSuperInfoDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
楼盘id |
integer |
None. |
| Intorder |
排序 默认值(1) |
integer |
None. |
| Views |
浏览次数 默认值(1) |
integer |
None. |
| Tuijian |
推荐 默认值(0) |
boolean |
None. |
| SuggestedDate |
精品推荐截止日期 |
date |
None. |
| LoupanCategory |
属性分类 |
integer |
None. |
| MgrLevel |
权限级别 |
HouseLoupanMgrLevel |
None. |
| JoinDistribution |
是否加入分销 |
boolean |
None. |
| DistributionDesp |
分销描述 |
string |
None. |
| DistributionDate |
分销有效期截止 |
date |
None. |
| TiebaCategory1st |
业主社区一级分类 |
integer |
None. |
| TiebaCategory2nd |
业主社区二级分类 |
integer |
None. |
| UserId |
绑定用户 |
integer |
None. |
| UserName |
绑定用户名 |
string |
None. |
| VirtualGroupNum |
虚拟团购报名人数 |
integer |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<LouPanSuperInfoDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.LouPan"> <DistributionDate>2025-12-16T16:04:26.7045156+08:00</DistributionDate> <DistributionDesp>sample string 6</DistributionDesp> <Id>1</Id> <Intorder>2</Intorder> <JoinDistribution>true</JoinDistribution> <LoupanCategory>5</LoupanCategory> <MgrLevel>Default</MgrLevel> <SuggestedDate>2025-12-16T16:04:26.7045156+08:00</SuggestedDate> <TiebaCategory1st>7</TiebaCategory1st> <TiebaCategory2nd>8</TiebaCategory2nd> <Tuijian>true</Tuijian> <UserId>9</UserId> <UserName>sample string 10</UserName> <Views>3</Views> <VirtualGroupNum>11</VirtualGroupNum> </LouPanSuperInfoDto>