文档
测试

买方记录列表

POST
http://127.0.0.1:8080/jsmart/user/listing/getfootprintlist

请求参数

参数名
类型
描述
必填
id
房源id
必填
page.pageNumber
页码
必填

说明 / 示例

{ "code": "0", "message": "成功", "data": [ { "id": null, "memberid": null, "linkid": null, "linktype": null, "addtime": "2022-04-22 16:52:45", "actiontype": 1, "webaccountid": 20068733, "realname": "丁一", "mobile": "18258157571" }, { "id": null, "memberid": null, "linkid": null, "linktype": null, "addtime": "2022-04-22 16:52:45", "actiontype": 1, "webaccountid": 20068733, "realname": "丁一", "mobile": "18258157571" }, { "id": null, "memberid": null, "linkid": null, "linktype": null, "addtime": "2022-04-22 16:52:45", "actiontype": 1, "webaccountid": 20068733, "realname": "丁一", "mobile": "18258157571" }, { "id": null, "memberid": null, "linkid": null, "linktype": null, "addtime": "2022-04-22 16:52:45", "actiontype": 1, "webaccountid": 20068733, "realname": "丁一", "mobile": "18258157571" }, { "id": null, "memberid": null, "linkid": null, "linktype": null, "addtime": "2022-04-22 16:52:45", "actiontype": 1, "webaccountid": 20068733, "realname": "丁一", "mobile": "18258157571" } ], "ext": null, "page": { "pageNumber": 1, "pageSize": 10, "totalSize": 5, "totalPageCount": 1 } }