Sign in
OPEN-API
/
WIKI
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
f68da5f4c79eed4f3d16ef6d7e17968ebb428b2b
Authored by
国亚奇
2017-02-28 11:23:10 +0800
1 parent
91974984
IM聊天室-JSSDK鉴权
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
05.互动云/5.2.IM聊天室JSSDK鉴权.md
05.互动云/5.2.IM聊天室JSSDK鉴权.md
0 → 100644
View file @
f68da5f
1
+#### 请求参数说明:
2
+| 参数名 | 参数类型 | 必选 | 参数说明 |
3
+| :----------- | :------: | :------: | :------: |
4
+| appId | String | true | 服务提供商 |
5
+-----
6
+#### 返回格式说明:
7
+```
8
+{
9
+ "errorCode": "0",
10
+ "errorMessage": "成功"
11
+}
12
+```
0
13
\ No newline at end of file
...
...