接口:通知列表
接口:通知列表
接口详情
通知列表
zodram api
GET
接口地址
| 正式环境(prod) | https://zodream.cn/open/auth/bulletin |
|
| 本地环境(dev) | http://zodream.localhost/open/auth/bulletin |
Header参数
| 字段键 | 字段值 | 备注说明 |
|---|
请求参数
| 字段别名 | 字段含义 | 字段类型 | 是否必填 | 默认值 | 备注说明 |
|---|---|---|---|---|---|
| page | 数字(number) | 否 |
响应参数
| 字段别名 | 字段含义 | 字段类型 | MOCK规则 | 备注说明 |
|---|---|---|---|---|
| paging | paging | 对象(object) | ||
| ᅡ limit | limit | 数字(number) | ||
| ᅡ offset | offset | 数字(number) | ||
| ᅡ total | total | 数字(number) | ||
| ᅡ more | more | 布尔型(boolean) | ||
| data | data | 数组(array) | ||
| ᅡ id | id | 数字(number) | ||
| ᅡ status | 是否已阅 | 数字(number) | ||
| ᅡ created_at | 发送时间 | 字符串(string) | date | |
| ᅡ bulletin | bulletin | 对象(object) | ||
| ᅡー id | id | 数字(number) | ||
| ᅡー title | 通知标题 | 字符串(string) | ||
| ᅡー content | 通知内容 | 字符串(string) | ||
| ᅡー type | 通知的类型 | 数字(number) | ||
| ᅡー created_at | created_at | 字符串(string) | ||
| ᅡー updated_at | updated_at | 字符串(string) | ||
| ᅡー user_name | 发送的用户名 | 字符串(string) | ||
| ᅡー icon | 用户的简称 | 字符串(string) |
返回示例