Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
姜腾飞
2016-08-01 11:06:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
649016fd89fc008ddedb34394530bae1405d8378
649016fd
1 parent
f901f610
Updated 在线授课接口定义 (markdown)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
0 deletions
在线授课接口定义.md
在线授课接口定义.md
View file @
649016f
...
...
@@ -638,4 +638,40 @@ Response body:
}
```
#13 创建群组接口
> 使用场景:老师点开始上课时,腾讯云提示错误,比如:10007 没有权限,10010 群组不存在时调用此接口创建新群
>
接口地址:/teaching/create_group
Request Method:POST
Request params:
|参数名 |是否必须 |说明 |参数类型 |
|--------------|----------|--------|----------|
|work_order_id |是 |工单id |Long |
Response Body:
创建成功:
```
{
"data"
:
"@TGS#2R2DUIBEM"
,
"returnCode"
:
200
,
"returnMsg"
:
"success"
}
```
工单不存在时:
```
{
"data"
:
null
,
"returnCode"
:
105
,
"returnMsg"
:
"工单不存在"
}
```
...
...
Please
register
or
login
to post a comment