宏业找房

房产项目


经纪人列表

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>经纪人列表</li> </ul> <h5>请求URL</h5> <ul> <li><code>/salesperson/list</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET </li> </ul> <h5>参数</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">page</td> <td style="text-align: left;">否</td> <td style="text-align: left;">number</td> <td>页码</td> </tr> <tr> <td style="text-align: left;">pageSize</td> <td style="text-align: left;">否</td> <td style="text-align: left;">number</td> <td>每页显示的条数</td> </tr> <tr> <td style="text-align: left;">where</td> <td style="text-align: left;">否</td> <td style="text-align: left;">object</td> <td>查询条件</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code> { "code": 200, "msg":'获取成功', "data": { "count": 6, "rows": [ { "id": 9, "name": "赵六", "phone": "13623354778", "sex": 0, "compony": 1, "province": "110000", "city": "110000", "area": "110100", "address": "纬八路公交车站", "img": "", "jobstate": 1, "createdAt": "2022-01-07T06:59:51.000Z", "updatedAt": "2022-01-07T06:59:51.000Z" }, { "id": 10, "name": "刘大麻子", "phone": "12523352554", "sex": 0, "compony": 1, "province": "110000", "city": "110000", "area": "110100", "address": "纬八路公交车站", "img": "", "jobstate": 1, "createdAt": "2022-01-07T07:00:04.000Z", "updatedAt": "2022-01-07T07:00:04.000Z" }, { "id": 11, "name": "孙十八", "phone": "13625547889", "sex": 0, "compony": 1, "province": "110000", "city": "110000", "area": "110100", "address": "纬八路公交车站", "img": "", "jobstate": 1, "createdAt": "2022-01-07T07:00:10.000Z", "updatedAt": "2022-01-07T07:00:10.000Z" } ] } }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">count</td> <td style="text-align: left;">int</td> <td>共有多少条数据</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML