We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f814433 commit 7b27168Copy full SHA for 7b27168
1 file changed
docs/restapi/apis/userManagement/subscribeUsersStatus.mdx
@@ -84,7 +84,7 @@ hide_title: true
84
| data | object | 通用数据对象,具体结构见下方 |
85
| statusList | array | 状态返回结果 |
86
| statusList.userID | string | 用户账号 |
87
-| statusList.status | int | 在线状态,0 :offline,1:online |
+| statusList.status | int | 在线状态,0:offline,1:online |
88
| statusList.platformIDs | array | [用户登录时的终端类型](docs/restapi/commonFields.mdx)列表,可能多端在线,取值为1-9 |
89
90
### 失败返回示例
0 commit comments