We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 414974a commit 1316372Copy full SHA for 1316372
1 file changed
src/api/wss/chat-ws-go.jwzhd.com.md
@@ -2,7 +2,7 @@
2
title: chat-ws-go.jwzhd.com
3
---
4
5
-本文章下所有wss请求域名均为 wss://chat-ws-go.jwzhd.com
+本文章下所有wss请求地址均为 wss://chat-ws-go.jwzhd.com/ws
6
没写请求/响应项目表示不需要相关参数,使用以下功能前必须先链接wss并 **登录云湖账号**.
7
8
## 登录云湖账号
@@ -45,7 +45,7 @@ data: {
45
message heartbeat_ack_info {
46
Data data = 1; //数据
47
message Data {
48
- string id = seq; // 请求标识码,可以随便写
+ string id = 1; // 请求标识码,可以随便写
49
string cmd = 2; // 为heartbeat,代表心跳包
50
}
51
0 commit comments