华为weLink消息推送

#### 简要描述:用户自定义华为weLink消息发送,需要实现此接口,根据不同的需求调用具体的方法
  • 用户自定义华为weLink消息发送,需要实现此接口 WeLinkMsgRpcService

接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 王超 2022-08-17 2022-08-17

调用方式:

  • RPC

调用方法:

方法说明 方法名 参数 参数说明 返回值
自定义消息发送 sendPlatformMessage (List platforms, Message message) platforms 需要发送的平台; message 消息 int
根据业务模板发送消息 sendMessageWithPlatformAndCategory (List platforms, Message message, String category) platforms 需要发送的平台; message 消息; category 业务类别编码 int

返回参数说明:

参数名 类型 说明
int 成功数量

备注:

  • 更多返回错误代码请看首页的错误代码描述
最后编辑: 于春辉  文档更新时间: 2024-07-26 14:15   作者:于春辉