Skip to content

Commit 1819173

Browse files
authored
docs: update content (#186)
1 parent 8745377 commit 1819173

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docs/restapi/apis/authenticationManagement/getToken.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,13 @@ hide_title: true
3535
```json
3636
{
3737
"secret": "openIM123",
38-
"platformID": 1,
3938
"userID": "imAdmin"
4039
}
4140
```
4241

4342
| 字段名 | 选填 | 类型 | 说明 |
4443
| :--------- | :--- | :----- | ------------------------------------------------------------------ |
4544
| secret | 必填 | string | openIM 密钥,见 config/share.yaml 中 secret 字段,默认为 openIM123 |
46-
| platformID | 必填 | int | [用户登录时的终端类型](docs/restapi/commonFields.mdx),取值为 10 |
4745
| userID | 必填 | string | APP 管理员 ID,为`imAdmin` |
4846

4947
### 成功返回示例

0 commit comments

Comments
 (0)