Appearance
功能概述
PC - 首页数据
接口访问
接口地址
pc/home/data
请求方式 Method
GET
返回值
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| carouselData | array | true | 首页轮播图 |
| noticeData | array | 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": 442,
"title": "信息通知",
"noticeType": 3,
"createTime": "2025-05-11 18:31:38"
},
{
"id": 441,
"title": "信息通知",
"noticeType": 3,
"createTime": "2025-05-11 18:26:44"
},
{
"id": 440,
"title": "信息通知",
"noticeType": 3,
"createTime": "2025-05-11 18:24:25"
},
{
"id": 439,
"title": "信息通知",
"noticeType": 3,
"createTime": "2025-05-11 18:23:25"
}
]
},
"requestId": "a2979736-12f8-4e9d-92ea-4cebea6c240b"
}