发送消息统一接口 |
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 |
|