File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ hide_title: true
4242
4343| 字段名 | 选填 | 类型 | 说明 |
4444| :--------- | :--- | :----- | ----------------------------------------------------------------------------------------------------------------- |
45- | secret | 必填 | string | openIM 密钥,见 config/config .yaml 中 secret 字段 |
45+ | secret | 必填 | string | openIM 密钥,见 config/share .yaml 中 secret 字段 |
4646| platformID | 必填 | int | 平台 ID, 1:IOS,2:Android,3:Windows,4:OSX,5:Web,6:MiniWeb,7:Linux,8:Android Pad,9:IPad,10:admin |
4747| userID | 必填 | string | 用户 ID 或管理员 ID, 如生成管理员 token, 需填写 ` imAdmin ` |
4848
Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ hide_title: true
4343}
4444```
4545
46- | 字段名 | 选填 | 类型 | 说明 |
47- | :------------- | :--- | :----- | ------------------------------------------------- |
48- | secret | 必填 | string | openIM 密钥,见 config/config .yaml 中 secret 字段 |
49- | users | 必填 | array | 用户列表 |
50- | users.userID | 必填 | string | 用户 ID |
51- | users.nickname | 必填 | string | 用户昵称 |
52- | users.faceURL | 必填 | string | 用户头像链接 |
46+ | 字段名 | 选填 | 类型 | 说明 |
47+ | :------------- | :--- | :----- | ------------------------------------------------ |
48+ | secret | 必填 | string | openIM 密钥,见 config/share .yaml 中 secret 字段 |
49+ | users | 必填 | array | 用户列表 |
50+ | users.userID | 必填 | string | 用户 ID |
51+ | users.nickname | 必填 | string | 用户昵称 |
52+ | users.faceURL | 必填 | string | 用户头像链接 |
5353
5454### 成功返回示例
5555
You can’t perform that action at this time.
0 commit comments