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 4b0b405 commit f814433Copy full SHA for f814433
1 file changed
docs/restapi/apis/userManagement/getSubscribeUsersStatus.mdx
@@ -70,7 +70,7 @@ hide_title: true
70
| data | object | 通用数据对象,具体结构见下方 |
71
| statusList | array | 订阅用户在线状态列表 |
72
| statusList.userID | string | 用户 ID |
73
-| statusList.status | int | 在线状态,0 :offline,1:online |
+| statusList.status | int | 在线状态,0:offline,1:online |
74
| statusList.platformIDs | array | [用户登录时的终端类型](docs/restapi/commonFields.mdx)列表,可存在多端在线。取值为1-9 |
75
76
### 失败返回示例
0 commit comments