Showing
1 changed file
with
28 additions
and
0 deletions
@@ -675,3 +675,31 @@ Response Body: | @@ -675,3 +675,31 @@ Response Body: | ||
675 | "returnMsg": "工单不存在" | 675 | "returnMsg": "工单不存在" |
676 | } | 676 | } |
677 | ``` | 677 | ``` |
678 | + | ||
679 | +#上报学生已在线接口 | ||
680 | + | ||
681 | +接口地址:/teaching/callback/student_online | ||
682 | + | ||
683 | +Request Method:POST | ||
684 | + | ||
685 | +Request Body: | ||
686 | + | ||
687 | +``` | ||
688 | +{ | ||
689 | + "user_id":12938, | ||
690 | + "report_time":"2016-08-03 19:54:10" | ||
691 | +} | ||
692 | + | ||
693 | +``` | ||
694 | + | ||
695 | +Response Body: | ||
696 | + | ||
697 | +``` | ||
698 | + | ||
699 | +{ | ||
700 | + "data": {}, | ||
701 | + "returnCode": 200, | ||
702 | + "returnMsg": "success" | ||
703 | +} | ||
704 | +``` | ||
705 | + |
-
Please register or login to post a comment