docs: update wg-basic/websocket

This commit is contained in:
Administrator 2021-12-07 06:19:42 +00:00 committed by John Smith
parent 009de6a662
commit b56c4fff95

View File

@ -2,7 +2,7 @@
title: 7.即时消息
description: 即时消息模块的使用
published: true
date: 2021-12-07T06:18:53.159Z
date: 2021-12-07T06:19:41.128Z
tags: wg-basic
editor: markdown
dateCreated: 2021-09-14T06:25:26.887Z
@ -181,7 +181,7 @@ public enum MessageTypeEnum {
STATUS_SEND(9001, "消息发送状态body 为 MessageSendStatusBody 的 JSON 字符串"),
STATUS_SEND_ONLINE(9002, "发送在线状态body 为 在线用户的ID JSONArray 字符串"),
STATUS_SEND_OFFLINE(9003, "发送离线状态body 为 离线用户的ID JSONArray 字符串"),
STATUS_RECEIVE(9004, "消息接受状态body 自定义的交互内容");
STATUS_RECEIVE(9101, "消息接受状态body 自定义的交互内容");
}
```