docs: update wg-basic/websocket

This commit is contained in:
Administrator 2021-09-14 07:28:56 +00:00 committed by John Smith
parent ebb1697780
commit f264c1d1b2

View File

@ -2,7 +2,7 @@
title: 7.即时消息 title: 7.即时消息
description: 即时消息模块的使用 description: 即时消息模块的使用
published: true published: true
date: 2021-09-14T07:28:10.007Z date: 2021-09-14T07:28:55.448Z
tags: wg-basic tags: wg-basic
editor: markdown editor: markdown
dateCreated: 2021-09-14T06:25:26.887Z dateCreated: 2021-09-14T06:25:26.887Z
@ -50,7 +50,7 @@ websocket:
具体内容如下表 具体内容如下表
| 属性 | 说明 | 类型 | 是否可空 | | 属性 | 说明 | 类型 | 是否可空 |
|-|-|-|-| | :-: | :-: | :-: | :-: |
| id | 消息ID唯一 | String | 否 | | id | 消息ID唯一 | String | 否 |
| type | 消息类型编码 | Integer | 否 | | type | 消息类型编码 | Integer | 否 |
| isSystem | 是否是系统消息 | Boolean | 否 | | isSystem | 是否是系统消息 | Boolean | 否 |