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-16 14:52:39 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
896b25606d3f24f1f9a20036d5452acb5397feb9
896b2560
1 parent
eb88bdee
Updated 在线授课接口定义 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
在线授课接口定义.md
在线授课接口定义.md
View file @
896b256
...
...
@@ -704,3 +704,28 @@ Response Body:
}
```
#15 学生上完课奖励积分接口
接口地址:/teaching/student/score
Request Method:POST
Request params:
|参数名 |是否必须 |说明 |参数类型 |
|--------------|----------|--------|----------|
|work_order_id |是 |工单id |Long |
Response Body:
```
{
"data"
:
{
"score"
:
2500
},
"returnCode"
:
200
,
"returnMsg"
:
"success"
}
```
...
...
Please
register
or
login
to post a comment