接口:通知列表
接口详情

通知列表

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)
返回示例