文档
测试

获取信息列表

GET
http://localhost:8085/landlord/getAppMessageList?current=1&size=10

请求头

参数名
类型
描述
必填
token
string
示例:eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiIxLTE4ODU4NDQyMzg1IiwiY3JlYXRlZCI6MTYwOTc0NzY0MzYzNH0.OZTiJXB-e2yHtM1xGADaHI1nTfKGEb-9BxH3oeD9aijFddM9uYnYEA2wFxZzPndHYq0ZXRyMS55boJr05_HPMA
必填

请求参数

参数名
类型
描述
必填
current
int
示例:1
必填
size
int
示例:10
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:请求成功
必填
code
int
示例:200
必填
data
object
数据字典
必填
records
array
数据列表
必填
amId
int
示例:3
必填
type
int
示例:1
必填
userId
int
示例:130
必填
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
必填