docs: update wg-basic/websocket

This commit is contained in:
Administrator 2021-12-07 06:57:38 +00:00 committed by John Smith
parent 311b621b28
commit 93cb3db827

View File

@ -2,7 +2,7 @@
title: 7.即时消息 title: 7.即时消息
description: 即时消息模块的使用 description: 即时消息模块的使用
published: true published: true
date: 2021-12-07T06:31:15.847Z date: 2021-12-07T06:57:37.466Z
tags: wg-basic tags: wg-basic
editor: markdown editor: markdown
dateCreated: 2021-09-14T06:25:26.887Z dateCreated: 2021-09-14T06:25:26.887Z
@ -110,8 +110,10 @@ websocket:
| 405 | FROM_ERROR | 来源错误 | | 405 | FROM_ERROR | 来源错误 |
| 406 | TO_ERROR | 接收人错误 | | 406 | TO_ERROR | 接收人错误 |
| 407 | RECEIVE_ERROR | 接收错误 | | 407 | RECEIVE_ERROR | 接收错误 |
| 408 | USER_OFFLINE | 用户离线 | | 410 | USER_OFFLINE | 用户离线 |
| 408 | CUSTOM_HANDLE_ERROR | 自定义处理异常 | | 411 | TEXT_MESSAGE_USER_OFFLINE | 文本消息用户离线 |
| 412 | RTC_MESSAGE_USER_OFFLINE | 实时语音用户离线 |
| 500 | CUSTOM_HANDLE_ERROR | 自定义处理异常 |
# 自定义处理消息业务 # 自定义处理消息业务