发送系统消息
POST
http://127.0.0.1:9001/jpush/push/sendSystemMsg
请求头
参数名
类型
描述
必填
token
string
校验token
必填
请求参数
参数名
类型
描述
必填
applicationName
string
应用名称:XND
必填
alert
string
内容:系统消息
必填
title
string
标题:系统消息标题
必填
linkType
int
链接类型:0无链接 1.内链 2.外链
必填
linkUrl
string
链接地址:非必填
必填
响应参数
参数名
类型
描述
必填
code
int
示例:1
必填
data
object
示例:null
必填
msg
string
示例:发送成功
必填
success
boolean
示例:true
必填
timestamp
string
示例:1621576916090
必填