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
5e792d5882f908b0a2c909cbb36fb36affc2b399
Authored by
国亚奇
2016-08-25 10:33:10 +0800
1 parent
f4552c13
up
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
09.审核云/1.2 主播鉴权接口.md
09.审核云/1.2 主播鉴权接口.md
View file @
5e792d5
...
...
@@ -20,6 +20,14 @@
20
20
"errorMessage": "appId无效"
21
21
}
22
22
{
23
+ "errorCode": "91004",
24
+ "errorMessage": "主播不存在"
25
+}
26
+{
27
+ "errorCode": "91005",
28
+ "errorMessage": "主播待审核"
29
+}
30
+{
23
31
"errorCode": "91002",
24
32
"errorMessage": "主播鉴权失败"
25
33
}
...
...