From a5e97c53985ae2238f9a22d57b1dae18856f379b Mon Sep 17 00:00:00 2001 From: Administrator <450292408@qq.com> Date: Sat, 9 Oct 2021 09:45:55 +0000 Subject: [PATCH] docs: update wg-basic/websocket --- wg-basic/websocket.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wg-basic/websocket.md b/wg-basic/websocket.md index 6effc72..d8f6b94 100644 --- a/wg-basic/websocket.md +++ b/wg-basic/websocket.md @@ -2,7 +2,7 @@ title: 7.即时消息 description: 即时消息模块的使用 published: true -date: 2021-10-09T09:45:36.243Z +date: 2021-10-09T09:45:54.436Z tags: wg-basic editor: markdown dateCreated: 2021-09-14T06:25:26.887Z @@ -132,4 +132,4 @@ websocket: | sendText | channel: 接收人通道, webSocketClientMessage: 发送内容 | 单发文本消息 | | sendGroupText | channels: 接收人通道列表, webSocketClientMessage: 发送内容 | 群发文本消息 | -> webSocketClientMessage 与[消息格式说明](#1.消息格式说明) 相同 +> webSocketClientMessage 与[消息格式说明](##1.消息格式说明) 相同