Showing
1 changed file
with
25 additions
and
0 deletions
@@ -704,3 +704,28 @@ Response Body: | @@ -704,3 +704,28 @@ Response Body: | ||
704 | } | 704 | } |
705 | ``` | 705 | ``` |
706 | 706 | ||
707 | + | ||
708 | +#15 学生上完课奖励积分接口 | ||
709 | + | ||
710 | +接口地址:/teaching/student/score | ||
711 | + | ||
712 | +Request Method:POST | ||
713 | + | ||
714 | +Request params: | ||
715 | + | ||
716 | +|参数名 |是否必须 |说明 |参数类型 | | ||
717 | +|--------------|----------|--------|----------| | ||
718 | +|work_order_id |是 |工单id |Long | | ||
719 | + | ||
720 | + | ||
721 | +Response Body: | ||
722 | + | ||
723 | +``` | ||
724 | +{ | ||
725 | + "data": { | ||
726 | + "score": 2500 | ||
727 | + }, | ||
728 | + "returnCode": 200, | ||
729 | + "returnMsg": "success" | ||
730 | +} | ||
731 | +``` |
-
Please register or login to post a comment