Skip to content

功能概述

用户发布列表接口,返回用户发布的列表-pc

接口访问

接口地址

pc/user/release/list

请求方式 Method

GET

Header - Authorization Type : Bearer Token

属性类型长度必填默认值说明访问版本
tokenstring32true用户身份标识令牌-

请求参数

属性类型长度必填默认值说明
typeint11false1业务类型 1.房产
filterint2false0搜索类型 0.全部 1.已上架 2.已下架

返回值

属性类型必填说明
usersPropertyBuildingHouseIDinttrue用户房产ID
propertyIDinttrue物业ID
propertyBuildingIDinttrue楼栋ID
propertyBuildingUnitIDinttrue单元ID
propertyBuildingHouseIDinttrue房产ID
houseNumberstringtrue楼栋编号或名称描述
coverImagestringtrue封面图
locationstringtrue地址信息
totalRoomsinttrue房间数
totalLivingRoominttrue客厅数
totalKitcheninttrue厨房数
totalToiletinttrue厕所数
totalBalconyinttrue阳台数
facefloattrue房价
floorinttrue楼层
floorHeightstringtrue层高(单位:米)
rentfloattrue租金
certificateAreafloattrue产证面积(单位:平方米)
actualAreafloattrue实际面积(单位:平方米)
sharedAreafloattrue公摊面积(单位:平方米)
gardenAreafloattrue花园面积(单位:平方米)
decorationSituationinttrue装修情况 0.未知 1.毛坯 2.简单装修 3.精装修 4.豪华装修
propertyRightinttrue产权 1.个人 2.他人 3.企业
roomModeinttrue房屋用途 0.未知 1.自用 2.出租 3.民宿
isCollectioninttrue是否收藏 0.否 1.是
isOnlineinttrue是否在线 0.否 1.是
createTimestringtrue创建时间
dataStatusinttrue数据状态 1.待审核 2.草稿箱 3.已通过 -1.已驳回

返回示例

{
    "response": [
        {
            "id": 44,
            "number": "A20250227021fa2c8",
            "title": "沙发大点点",
            "coverImage": "",
            "categoryName": null,
            "circulationType": 0,
            "areaType": 1,
            "area": 0,
            "location": "",
            "isOnline": 0,
            "projectType": 1,
            "demandType": 1,
            "dataStatus": 1
        },
        {
            "id": 43,
            "number": "A202502270acfb87f",
            "title": "沙发大点点",
            "coverImage": "",
            "categoryName": null,
            "circulationType": 0,
            "areaType": 1,
            "area": 0,
            "location": "",
            "isOnline": 0,
            "projectType": 1,
            "demandType": 1,
            "dataStatus": 1
        }
    ],
    "requestId": "f4f8d7e2-a437-40f7-9828-15f93fa8a5e6"
}