websocket 发送 响应说明
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了websocket 发送 响应说明相关的知识,希望对你有一定的参考价值。
参考技术A websocket Url:/api/websocket连接成功后发送:
异步任务:"SUBSCRIBE\ndestination:/topic/asyncTask.corp.userId" corp:当前登录公司,userId:当前登录用户Id
公告:"SUBSCRIBE\ndestination:/topic/bulletin.corp" corp:当前登录公司
服务器日志:"SUBSCRIBE\ndestination:/topic/log"
响应数据结构
异步任务:
type: "task",
xxxxxxxxx
公告:
type: "bulletin",
content: (公告内容)
服务器日志:
type: "log",
content: "xxxxx"
以上是关于websocket 发送 响应说明的主要内容,如果未能解决你的问题,请参考以下文章