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
JiangTengfei
2016-06-02 17:40:31 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bb68c363ad2f86ce2b9d8117b6d497f1f8bc2f7e
bb68c363
1 parent
95ac0ee7
Updated 在线授课接口定义 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
0 deletions
在线授课接口定义.md
在线授课接口定义.md
View file @
bb68c36
...
...
@@ -467,3 +467,39 @@ Response:
"returnMsg"
:
"success"
}
```
# 10.取消推送接口
> 老师在发送推送页面点击`取消`按钮调用该接口
接口地址:/teaching/student/cancel_push
请求方式:GET
Request params:
|参数名 |是否必须 |说明 |参数类型 |
|--------------|----------|--------|----------|
|work_order_id |是 |工单id |Long |
推送 json:
```
{
"work_order_id"
:
12938
,
"type"
:
"CANCEL"
}
```
Response:
```
{
"data"
:
{
},
"returnCode"
:
200
,
"returnMsg"
:
"success"
}
```
\ No newline at end of file
...
...
Please
register
or
login
to post a comment