新增消息
POST
http://192.168.1.132:8080/message/information/sysinformationsave/saveSysInfo
请求参数
multipart/form-data参数名
类型
描述
必填
title
string
标题
必填
content
string
内容
必填
userId
string
接收人id
必填
userName
string
接收人名称
必填
type
string
消息类型 0:事件触发 1:用户触发(记录用户信息)
必填
viewUrl
string
视图链接(暂时不用)
必填
响应参数
参数名
类型
描述
必填
hasOk
boolean
示例:true
必填
tip
object
示例:null
必填
message
string
示例:SUCCESS
必填
bean
object
示例:null
必填
save
boolean
示例:false
必填