分页查询
GET
/v1/notice/page
请求参数
Query 参数
records[0].id
integer
公告id
records[0].shopId
integer
店铺id
records[0].title
string
公告标题
records[0].content
string
公告内容
records[0].status
integer
可选
records[0].isTop
integer
可选
records[0].publishTime
string
发布时间
records[0].updateTime
string
更新时间
total
integer
可选
size
integer
可选
current
integer
可选
orders[0].column
string
可选
orders[0].asc
boolean
可选
optimizeCountSql
boolean
可选
searchCount
boolean
可选
optimizeJoinOfCountSql
boolean
可选
maxLimit
integer
可选
countId
string
可选
id
integer
公告id
shopId
integer
店铺id
title
string
公告标题
content
string
公告内容
status
integer
可选
isTop
integer
可选
publishTime
string
发布时间
updateTime
string
更新时间
示例代码
返回响应
修改于 2024-08-05 12:23:38