http(s)://<REST Host>/v2/pubsub/publish
杭州: rest-hangzhou.goeasy.io
新加坡: rest-singapore.goeasy.io
Post
名称 | 必要 | 描述 |
---|---|---|
appkey | 是 | 您的appkey |
channel | 是 | channel |
content | 是 | 您要发送的消息内容 |
notification_title | 否 | 通知栏提醒的标题 |
notification_body | 否 | 通知栏提醒的内容 |
Uniapp通知栏提醒重要提示:
如果需要向Uniapp应用发送通知栏提醒,为了确保能收到通知栏提醒,必须在手机的系统设置里确认,该app的通知栏提醒为“允许”状态。
{
"code" : 200,
"content" : "OK"
}