Appearance
功能概述
首页数据
接口访问
接口地址
home/data
请求方式 Method
GET
Header - Authorization Type : Bearer Token
| 属性 | 类型 | 长度 | 必填 | 默认值 | 说明 | 访问版本 |
|---|---|---|---|---|---|---|
| token | string | 32 | true | 用户身份标识令牌 | - |
返回值
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| carouselData | array | true | 首页轮播图 |
| noticeData | array | true | 首页公告 |
| houseCount | int | true | 房产总数 |
| rentCount | int | true | 出租数量 |
| notRentCount | int | true | 空房数量 |
| expireRentCount | int | true | 即将到租 |
| current | array | true | 本月缴纳 |
| clear | array | true | 当前欠款 |
current
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| currentRentAmount | int | true | 缴纳租金 |
| currentHydropowerAmount | int | true | 水电费 |
| currentTime | string | true | 缴纳时间周期 |
clear
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| clearCount | int | true | 欠租户数 |
| clearPropertyAmount | int | true | 物业水电煤欠租 |
| clearTime | string | true | 当前欠款周期 |
carouselData
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| id | int | true | 轮播图ID |
| title | string | true | 轮播图标题 |
| imageUrl | string | true | 轮播图地址 |
| jumpMethod | string | true | 跳转配置内容 |
| jumpMode | int | true | 点击后形式 1.无反应 2.调整小程序指定位置 3.打开H5 4.跳转指定小程序 5.弹窗(文字)6.弹窗(图片) |
noticeData
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| id | int | true | 公告ID |
| title | string | true | 公告名称 |
| noticeType | int | true | 通知类型 1-用户认证审核结果通知 2-企业认证审核结果通知 3-区域代理认证审核结果通知 4-区域代理下线申请审核结果通知 5-服务商认证审核结果通知 6-订单审核结果通知 7-共管资金审核结果通知 8-企业认证审核通知 9-区域代理认证审核通知 10-服务商认证审核通知 11-区域代理下线申请审核通知 12-服务项认证审核结果通知 13-服务项认证审核通知 14-物业信息审核通知 15-楼栋信息审核通知 16-单元信息审核通知 17-房产信息审核通知 18-物业信息审核结果通知 19-楼栋信息审核结果通知 20-单元信息审核结果通知 21-房产信息审核结果通知 22-申请加入家庭审核通知 23-申请加入家庭审核结果通知 |
| createTime | string | true | 创建时间 |
返回示例
{
"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"
}