GET api/ZhongJie/GetMyMenDianZhongJieList?workingStatus={workingStatus}
会员中心-获取门店经纪人与被邀请经纪人记录(门店中心管理端用,包含如昨日今日房源等复杂字段)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| workingStatus | WorkingStatus |
Default value is Default |
Body Parameters
None.
Response Information
Resource Description
会员中心-获取门店经纪人与被邀请经纪人记录(门店中心管理端用,包含如昨日今日房源等复杂字段)
Collection of ZhongJieManagementListDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Manid |
ID |
integer |
None. |
| Userid |
会员id 默认值(0) |
integer |
None. |
| Truename |
经纪人姓名 |
string |
None. |
| Filepath |
个人头像 |
string |
None. |
| Chrtel |
手机 |
string |
None. |
| Dtappenddate |
入职时间 默认值(getdate()) |
date |
None. |
| Mendianid |
门店id |
integer |
None. |
| Type |
经纪人类别,店长-0,普通门店经纪人-1 |
AgentType |
None. |
| Views |
店铺访问量 默认值(1) |
integer |
None. |
| Status |
经纪人工作状态 |
WorkingStatus |
None. |
| TotalFangYuan |
总发布房源数 |
integer |
None. |
| YestodayFangYuan |
昨天房源 |
integer |
None. |
| TodayFangYuan |
今日房源 |
integer |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<ArrayOfZhongJieManagementListDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.ZhongJie">
<ZhongJieManagementListDto>
<Chrtel>sample string 5</Chrtel>
<Dtappenddate>2025-12-16T16:04:22.673266+08:00</Dtappenddate>
<Filepath>sample string 4</Filepath>
<Manid>1</Manid>
<Mendianid>6</Mendianid>
<Status>Default</Status>
<TodayFangYuan>10</TodayFangYuan>
<TotalFangYuan>8</TotalFangYuan>
<Truename>sample string 3</Truename>
<Type>Shopowner</Type>
<Userid>2</Userid>
<Views>7</Views>
<YestodayFangYuan>9</YestodayFangYuan>
</ZhongJieManagementListDto>
<ZhongJieManagementListDto>
<Chrtel>sample string 5</Chrtel>
<Dtappenddate>2025-12-16T16:04:22.673266+08:00</Dtappenddate>
<Filepath>sample string 4</Filepath>
<Manid>1</Manid>
<Mendianid>6</Mendianid>
<Status>Default</Status>
<TodayFangYuan>10</TodayFangYuan>
<TotalFangYuan>8</TotalFangYuan>
<Truename>sample string 3</Truename>
<Type>Shopowner</Type>
<Userid>2</Userid>
<Views>7</Views>
<YestodayFangYuan>9</YestodayFangYuan>
</ZhongJieManagementListDto>
</ArrayOfZhongJieManagementListDto>