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-03-26 19:09:19 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
43e77b45fa3ccfff8abfe72e6f14442c31356975
43e77b45
1 parent
4c2eed20
Updated 在线授课接口定义 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
1 deletions
在线授课接口定义.md
在线授课接口定义.md
View file @
43e77b4
...
...
@@ -132,4 +132,26 @@ Request Method: POST
|score |是 |评分 |int |
|evaluation |否 |评价 |String |
|source_id |是 |评价人id|Long |
|target_id |是 |被评价人id|Long |
\ No newline at end of file
|target_id |是 |被评价人id|Long |
###房间进入状态回调接口
接口地址:/teaching/callback/chat_room
请求方式:POST
Request参数:
|参数名 |是否必须 |说明 |参数类型 |
|--------------|----------|--------|-----------|
|work_order_id |是 |工单id |Long |
|user_id |是 |用户id |Long |
|chat_room_id |是 |房间号id|Long |
Response
```
......
```
\ No newline at end of file
...
...
Please
register
or
login
to post a comment