Skip to content

Commit 1316372

Browse files
committed
fix: /api/wss/chat-ws-go
1 parent 414974a commit 1316372

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/api/wss/chat-ws-go.jwzhd.com.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: chat-ws-go.jwzhd.com
33
---
44

5-
本文章下所有wss请求域名均为 wss://chat-ws-go.jwzhd.com
5+
本文章下所有wss请求地址均为 wss://chat-ws-go.jwzhd.com/ws
66
没写请求/响应项目表示不需要相关参数,使用以下功能前必须先链接wss并 **登录云湖账号**.
77

88
## 登录云湖账号
@@ -45,7 +45,7 @@ data: {
4545
message heartbeat_ack_info {
4646
Data data = 1; //数据
4747
message Data {
48-
string id = seq; // 请求标识码,可以随便写
48+
string id = 1; // 请求标识码,可以随便写
4949
string cmd = 2; // 为heartbeat,代表心跳包
5050
}
5151
}

0 commit comments

Comments
 (0)