Appearance
功能概述
信息通知列表
接口访问
接口地址
common/notice/list
请求方式 Method
GET
请求参数
| 属性 | 类型 | 长度 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|---|
| isRead | int | false | 是否已读 0-未读 1-已读 | ||
| keyword | string | false | 关键字 | ||
| pageSize | int | false | 每页数量,默认20 |
返回值
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| id | int | true | 信息ID |
| userID | int | true | 用户编号 |
| title | string | true | 标题 |
| imageUrl | string | true | 图片地址 |
| businessID | int | true | 业务ID |
| description | 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-申请加入家庭审核结果通知 |
| isRead | int | true | 是否已读 0.否 1.是 |
| remark | string | true | 备注 |
| status | bool | true | 是否驳回 true-是 false-否 |
| createTime | string | true | 创建时间 |
返回示例
{
"response": [
{
"id": 1,
"userID": 4,
"title": "策划师",
"imageUrl": "",
"description": "",
"noticeType": 1,
"isRead": 0,
"remark": null,
"createTime": "2025-03-18 09:35:45"
}
],
"requestId": "e5db058f-8460-4345-9dcf-96bddb64a275"
}