新增通知消息

更新时间:2022-01-24 10:16:37

本文介绍新增通知消息的 API。

接口描述

将消息推送给指定消息接收人。

接口地址

POST: /v1.0/sdf/notifications/messages

请求参数

body 说明

参数名类型参数位置是否必填说明
message_categoryString true消息种类。
  • PLATFORM:平台
  • MICRO_APP:微应用
message_typeString true消息类型。
  • 1:设备告警
  • 3:设备离线
  • 4:用户角色变更
message_sub_typeString true消息子类型(自定义)。
  • 3049:设备警告子类
  • 5069:系统通知子类
  • 70~89:业务信息子类
recipient_idsList true接受者 ID 集合,数量上限为 50
send_modesList true发送方式,send_type 不可重复

send_modes 说明

参数名类型参数位置是否必填说明
send_typeString true发送类型。
  • WEB_PUSH:Web 推送
message_contentString true消息内容,字符限制在 500 以内
message_titleString true消息标题,字符限制在 100 以内

返回参数

参数名类型说明
resultBoolean响应结果。
  • true:成功
  • false:失败

请求示例

POST: /v1.0/sdf/notifications/messages

返回示例

{
    "result": true,
    "t": 1637563727813,
    "success": true
}

错误码

参考 错误码