获取消息列表
GET
http://localhost:8085/tenant/getAppMessageList?current=1&size=10
请求头
参数名
类型
描述
必填
token
string
示例:eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiIyLTE4ODU4NDQyMzg1IiwiY3JlYXRlZCI6MTU5NzEyMzU3NjU2Nn0.4g93CUNO0tyxzAu_Qc6EQwcGOvr7bs64U0dl4QAm4O5qO83kxRsABL81Pfm3GeEXDJdxreZVgO9ZKIokAVVIHw
必填
请求参数
参数名
类型
描述
必填
current
int
示例:1
必填
size
int
示例:10
必填
响应参数
参数名
类型
描述
必填
msg
string
示例:请求成功
必填
code
int
示例:200
必填
amId
int
示例:3
必填
type
int
示例:2
必填
userId
int
示例:496
必填
title
string
(标题)示例:1
必填
isShow
int
示例:1
必填
content
string
*(内容)示例:111111111111111
必填
isDelete
object
示例:null
必填
createTime
string
(时间)示例:2021-09-03 14:32:12
必填
total
int
示例:3
必填
size
int
示例:10
必填
current
int
示例:1
必填
orders
array
数据列表
必填
hitCount
boolean
示例:false
必填
searchCount
boolean
示例:true
必填
pages
int
示例:1
必填