GET api/LouPan/GetLoupanMemberInfo?loupanId={loupanId}
会员--获取会员楼盘基础信息
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| loupanId | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
会员--获取会员楼盘基础信息
LouPanMemberInfoDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
楼盘标识 |
integer |
None. |
| Chrloupan |
楼盘名称 |
string |
None. |
| JoinDistribution |
是否加入分销 |
boolean |
None. |
| Dtappenddate |
入驻时间 |
date |
None. |
| MgrLevel |
权限级别 |
HouseLoupanMgrLevel |
None. |
| Filepath |
楼盘形象图片 |
string |
None. |
| Xiashoutypeid |
销售状态 |
SaleStatus |
None. |
| Views |
浏览次数 |
integer |
None. |
| SuggestedDate |
精品推荐截止日期 |
date |
None. |
| IsSuggested |
是否加入精品推荐 |
boolean |
None. |
| IsHideOtherLoupan |
是否隐藏其他楼盘信息 |
boolean |
None. |
| HeadImgUrl |
楼盘主页头部巨幅广告Url |
string |
None. |
| MomentsNum |
动态数量 |
integer |
None. |
| AdviserNum |
顾问数量 |
integer |
None. |
| CustomerNum |
意向客户数量 |
integer |
None. |
| QANum |
购房问答数量 |
integer |
None. |
| VirtualGroupNum |
虚拟团购报名人数 |
integer |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<LouPanMemberInfoDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.LouPan"> <AdviserNum>9</AdviserNum> <Chrloupan>sample string 2</Chrloupan> <CustomerNum>10</CustomerNum> <Dtappenddate>2025-12-16T16:03:14.9603278+08:00</Dtappenddate> <Filepath>sample string 4</Filepath> <HeadImgUrl>sample string 7</HeadImgUrl> <Id>1</Id> <IsHideOtherLoupan>true</IsHideOtherLoupan> <JoinDistribution>true</JoinDistribution> <MgrLevel>Default</MgrLevel> <MomentsNum>8</MomentsNum> <QANum>11</QANum> <SuggestedDate>2025-12-16T16:03:14.9603278+08:00</SuggestedDate> <Views>5</Views> <VirtualGroupNum>12</VirtualGroupNum> <Xiashoutypeid>Forsale</Xiashoutypeid> </LouPanMemberInfoDto>