Showing
1 changed file
with
10 additions
and
1 deletions
@@ -707,6 +707,15 @@ Response Body: | @@ -707,6 +707,15 @@ Response Body: | ||
707 | 707 | ||
708 | #15 学生上完课奖励积分接口 | 708 | #15 学生上完课奖励积分接口 |
709 | 709 | ||
710 | +>奖励规则: | ||
711 | +>奖励积分根据课程难度分为5档 | ||
712 | +>课程难度为1,在1500-2000之间随机加一个分数; | ||
713 | +>课程难度为2,2500-3000; | ||
714 | +>课程难度为3,3500-4000; | ||
715 | +>课程难度为4,4500-5000; | ||
716 | +>课程难度为5,5500-6000 | ||
717 | + | ||
718 | + | ||
710 | 接口地址:/teaching/student/score | 719 | 接口地址:/teaching/student/score |
711 | 720 | ||
712 | Request Method:POST | 721 | Request Method:POST |
@@ -723,7 +732,7 @@ Response Body: | @@ -723,7 +732,7 @@ Response Body: | ||
723 | ``` | 732 | ``` |
724 | { | 733 | { |
725 | "data": { | 734 | "data": { |
726 | - "score": 2500 | 735 | + "score": 2546 |
727 | }, | 736 | }, |
728 | "returnCode": 200, | 737 | "returnCode": 200, |
729 | "returnMsg": "success" | 738 | "returnMsg": "success" |
-
Please register or login to post a comment