服务公告列表
请求方式: GET
请求路径:
https://prod.open-api.mysre.cn/m/property-notice/page
| 参数名 | 参数位置 | 参数类型 | 必填 | 默认值 | 示例 | 描述 |
|---|---|---|---|---|---|---|
| tenantCode | query | string | 是 | 租户CODE | ||
| privateKey | query | string | 是 | value1 | 鉴权KEY | |
| timestamp | query | string | 否 | value2 | 时间戳 |
get /m/property-notice/page?privateKey=value1×tamp=value2&tenantCode=xxx
{
"errcode": 0,
"errmsg": "获取成功",
"data": {
"total": "57",
"items": [
{
"id": "39ff7718-cd6b-b7cd-d900-e73a11a59838",
"title": "112233",
"summary": "123",
"detail_type": "正文",
"content": "<p>冲冲冲</p>",
"link": "",
"created_on": "2021-10-09 19:59:17"
},
{
"id": "39ff7752-478c-4339-8ee7-71ee21a64cfb",
"title": "123木头人",
"summary": "1",
"detail_type": "正文",
"content": "<p>111</p>",
"link": "",
"created_on": "2021-10-09 21:02:04"
}
]
}
}
| 参数名 | 参数类型 | 描述 |
|---|---|---|
| errcode | number | 错误码 |
| errmsg | string | 返回说明 |
| data | object | 数据信息 |
| data.total | string | 总条数 |
| data.items | array | 数据详情 |
| data.items.id | string | 服务公告ID |
| data.items.title | string | 服务公告标题 |
| data.items.summary | string | 服务公告摘要 |
| data.items.detail_type | string | 服务公告展示类型 |
| data.items.content | string | 服务公告内容 |
| data.items.link | string | 服务公告链接 |
| data.items.created_on | string | 服务公告创建时间 |
{
"errcode": 0,
"errmsg": "获取失败"
}
| 参数名 | 参数类型 | 描述 |
|---|---|---|
| errcode | number | |
| errmsg | string |