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:57:58 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
921601d16eb048324b2676688325c2b55bf3590c
921601d1
1 parent
896b2560
Updated 在线授课接口定义 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletions
在线授课接口定义.md
在线授课接口定义.md
View file @
921601d
...
...
@@ -707,6 +707,15 @@ Response Body:
#15 学生上完课奖励积分接口
>奖励规则:
>奖励积分根据课程难度分为5档
>课程难度为1,在1500-2000之间随机加一个分数;
>课程难度为2,2500-3000;
>课程难度为3,3500-4000;
>课程难度为4,4500-5000;
>课程难度为5,5500-6000
接口地址:/teaching/student/score
Request Method:POST
...
...
@@ -723,7 +732,7 @@ Response Body:
```
{
"data"
:
{
"score"
:
25
00
"score"
:
25
46
},
"returnCode"
:
200
,
"returnMsg"
:
"success"
...
...
Please
register
or
login
to post a comment