文档
测试

查询新闻通知列表

POST
http://localhost:8080/cloudPlatform/new-notice/selectList

请求头

参数名
类型
描述
必填
Content-Type
application
必填
token
string
必填

请求参数

参数名
类型
描述
必填
noticeTitle
string
通知标题
必填
pageIndex
int
分页索引【必填】
必填
pageSize
int
分页大小【 必填】
必填

响应参数

参数名
类型
描述
必填
msg
json
操作信息
必填
noticeId
string
新闻通知id
必填
noticeTitle
string
新闻通知标题
必填
noticeContent
string
新闻通知内容
必填
watchCount
LocalDateTime
观看次数
必填
status
long
状态(0正常 1关闭)
必填
remark
string
备注
必填
code
int
操作码
必填