Skip to content

功能概述

首页数据

接口访问

接口地址

home/data

请求方式 Method

GET

Header - Authorization Type : Bearer Token

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

返回值

属性类型必填说明
carouselDataarraytrue首页轮播图
noticeDataarraytrue首页公告
houseCountinttrue房产总数
rentCountinttrue出租数量
notRentCountinttrue空房数量
expireRentCountinttrue即将到租
currentarraytrue本月缴纳
cleararraytrue当前欠款

current

属性类型必填说明
currentRentAmountinttrue缴纳租金
currentHydropowerAmountinttrue水电费
currentTimestringtrue缴纳时间周期

clear

属性类型必填说明
clearCountinttrue欠租户数
clearPropertyAmountinttrue物业水电煤欠租
clearTimestringtrue当前欠款周期

carouselData

属性类型必填说明
idinttrue轮播图ID
titlestringtrue轮播图标题
imageUrlstringtrue轮播图地址
jumpMethodstringtrue跳转配置内容
jumpModeinttrue点击后形式 1.无反应 2.调整小程序指定位置 3.打开H5 4.跳转指定小程序 5.弹窗(文字)6.弹窗(图片)

noticeData

属性类型必填说明
idinttrue公告ID
titlestringtrue公告名称
noticeTypeinttrue通知类型 1-用户认证审核结果通知 2-企业认证审核结果通知 3-区域代理认证审核结果通知 4-区域代理下线申请审核结果通知 5-服务商认证审核结果通知 6-订单审核结果通知 7-共管资金审核结果通知 8-企业认证审核通知 9-区域代理认证审核通知 10-服务商认证审核通知 11-区域代理下线申请审核通知 12-服务项认证审核结果通知 13-服务项认证审核通知 14-物业信息审核通知 15-楼栋信息审核通知 16-单元信息审核通知 17-房产信息审核通知 18-物业信息审核结果通知 19-楼栋信息审核结果通知 20-单元信息审核结果通知 21-房产信息审核结果通知 22-申请加入家庭审核通知 23-申请加入家庭审核结果通知
createTimestringtrue创建时间

返回示例

{
    "response": {
        "carouselData": [],
        "noticeData": [
            {
                "id": 1478,
                "title": "房产信息审核结果通知",
                "noticeType": 21,
                "createTime": "2025-07-23 17:38:28"
            },
            {
                "id": 1477,
                "title": "房产信息审核结果通知",
                "noticeType": 21,
                "createTime": "2025-07-23 17:38:28"
            },
            {
                "id": 1476,
                "title": "房产信息审核结果通知",
                "noticeType": 21,
                "createTime": "2025-07-23 17:38:28"
            },
            {
                "id": 1475,
                "title": "房产信息审核结果通知",
                "noticeType": 21,
                "createTime": "2025-07-23 17:38:28"
            },
            {
                "id": 1474,
                "title": "房产信息审核结果通知",
                "noticeType": 21,
                "createTime": "2025-07-23 17:38:28"
            }
        ],
        "houseCount": 36,
        "rentCount": 0,
        "notRentCount": 36,
        "expireRentCount": 0,
        "current": {
            "currentTime": "2025-07-23",
            "currentRentAmount": 0,
            "currentHydropowerAmount": 0
        },
        "clear": {
            "clearCount": 0,
            "clearPropertyAmount": 0,
            "clearTime": "2025-07-23"
        }
    },
    "requestId": "df95b8e1-98e9-4630-b0e8-22cb839e94fc"
}