文档
测试

通过id查询新闻通知

GET
http://localhost:8080/cloudPlatform/new-notice/selectById/{noticeId}

请求头

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

响应参数

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