文档
测试

获取消息列表

GET
http://zuxie.lstranger.icu/api/common/getNoticeList?token=MDAwMDAwMDAwMMuse9mTvJKZjIl_x5qLtp5_zXrUfJ-8Zsl8pamRjHGWx4pi0YLP0KeYgnKe

请求参数

参数名
类型
描述
必填
token
string
身份令牌
必填

响应参数

参数名
类型
描述
必填
code
int
示例:0
必填
message
string
示例:操作成功
必填
data
object
数据字典
必填
page_count
int
示例:1
必填
count
int
示例:1
必填
list
array
数据列表
必填
id
int
消息id
必填
type
int
类型0系统通知,1约占,2赛事,3裁判,4主考官,5教练员,6机构,7运动员,8等级评测,9青足评级
必填
title
string
标题
必填
introduction
string
简介
必填
content
string
详细内容
必填
create_time
string
创建时间
必填
is_read
int
是否已读 1是0否
必填
timestamp
int
示例:1606373409
必填

说明 / 示例

{ "code": 0, "message": "操作成功", "data": { "page_count": 1, "count": 1, "list": [ { "id": 1, "type": 0, "title": "ceshi", "introduction": "ceshi", "content": "ceshi", "create_time": "2020-11-26" } ] }, "timestamp": 1606373409 }