列表查询
GET
http://localhost:8080/info/knowledge/api/anonymous/listHome?theme=4&type=1&publishType=4
请求参数
参数名
类型
描述
必填
pageSize
int
10
必填
pageNum
int
1
必填
theme
int
示例:4
必填
type
int
示例:1
可选
publishType
int
示例:4(由用户登录时提供)
必填
响应参数
参数名
类型
描述
必填
total
int
示例:0
必填
rows
array
数据列表
必填
code
int
示例:200
必填
msg
string
示例:查询成功
必填