文档
测试

系统消息列表

POST
http://www.lwpq.net/index.php/api/sys_msg/get_list

请求参数

参数名
类型
描述
必填
token
string
token
必填
page
number
当前页数,默认=1
必填
limit
number
每页条数,默认=10
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
msg
string
示例:操作成功
必填
data
object
数据字典
必填
total
int
示例:1
必填
list
array
数据列表
必填
id
int
示例:1
必填
title
string
示例:aaa
必填
descr
string
示例:bbb
必填
content
string
示例:ccc
必填
created_time
int
示例:1589770916
必填
created_time_str
string
示例:2020-05-18 11:01
必填
time_ago
string
示例:1 分钟前
必填
is_read
boolean
示例:false
必填
total_page
int
示例:1
必填
url
string
示例:/index.php/api/sys_msg/get_list.html
必填
wait
int
示例:3
必填