页面socket消息推送

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

接口版本:

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

调用方式:

  • RPC

调用方法:

方法说明 方法名 参数 参数说明 返回值
发送消息统一接口 sendMessage (PushMessage message) socket消息VO实例
发送系统消息 sendSystemMessage (PushSystemMessage message) socket系统消息VO实例
发送脚本消息 sendScriptMessage (PushScriptMessage message) socket脚本消息VO实例
发送脚本消息(打开功能列表)给单人 sendScriptOpenFuncGridMsgToUser (String userId,String funcCode,String busType, String content) userId 接收人;funcode 功能编码;bustype 业务类型,content 消息内容
发送脚本消息(打开功能列表)给多人 sendScriptOpenFuncGridMsgToUsers (List userIdList,String funcCode,String busType, String content) userIdList 接收人集合;funcode 功能编码;bustype 业务类型,content 消息内容
发送脚本消息(打开功能表单)给多人 sendScriptOpenFuncFormMsgToUser (String userId,String funcCode,String busType, String content,String beanId) userId 接收人;funcode 功能编码;bustype 业务类型,content 消息内容;beanId 业务主键ID
发送脚本消息(打开功能表单)给多人 sendScriptOpenFuncFormMsgToUsers (List userIdList,String funcCode,String busType, String content,String beanId) userIdList 接收人集合;funcode 功能编码;bustype 业务类型,content 消息内容 beanId 业务主键ID
发送未读消息 sendNoReadMessage (PushNoReadMessage message) socket未读消息VO实例
发送通知消息 sendNoticeMessage (PushNoticeMessage message) socket通知消息VO实例
发送通知脚本消息(打开功能列表)给单人 sendNoticeOpenFuncGridMsgToUser (String userId,String funcCode,String busType, Notice content) userId 接收人;funcode 功能编码;bustype 业务类型,content 消息内容
发送通知脚本消息(打开功能列表)给多人 sendNoticeOpenFuncGridMsgToUsers (List userIdList,String funcCode,String busType, Notice content) userIdList 接收人集合;funcode 功能编码;bustype 业务类型,content 消息内容
发送通知脚本消息(打开功能表单)给多人 sendNoticeOpenFuncFormMsgToUser (String userId,String funcCode,String busType, Notice content,String beanId) userId 接收人;funcode 功能编码;bustype 业务类型,content 消息内容;beanId 业务主键ID
发送通知脚本消息(打开功能表单)给多人 sendNoticeOpenFuncFormMsgToUsers (List userIdList,String funcCode,String busType, Notice content,String beanId) userIdList 接收人集合;funcode 功能编码;bustype 业务类型,content 消息内容 beanId 业务主键ID

返回参数说明:

参数名 类型 说明

备注:

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