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 8745377 commit 1819173Copy full SHA for 1819173
1 file changed
docs/restapi/apis/authenticationManagement/getToken.mdx
@@ -35,15 +35,13 @@ hide_title: true
35
```json
36
{
37
"secret": "openIM123",
38
- "platformID": 1,
39
"userID": "imAdmin"
40
}
41
```
42
43
| 字段名 | 选填 | 类型 | 说明 |
44
| :--------- | :--- | :----- | ------------------------------------------------------------------ |
45
| secret | 必填 | string | openIM 密钥,见 config/share.yaml 中 secret 字段,默认为 openIM123 |
46
-| platformID | 必填 | int | [用户登录时的终端类型](docs/restapi/commonFields.mdx),取值为 10 |
47
| userID | 必填 | string | APP 管理员 ID,为`imAdmin` |
48
49
### 成功返回示例
0 commit comments