Showing
1 changed file
with
35 additions
and
0 deletions
@@ -744,3 +744,38 @@ Response Body: | @@ -744,3 +744,38 @@ Response Body: | ||
744 | "returnMsg": "success" | 744 | "returnMsg": "success" |
745 | } | 745 | } |
746 | ``` | 746 | ``` |
747 | + | ||
748 | +#16 学生端进入课堂接口 | ||
749 | + | ||
750 | +接口地址:/teaching/student/checkin | ||
751 | + | ||
752 | +Request Method:GET | ||
753 | + | ||
754 | +Request params: | ||
755 | + | ||
756 | +|参数名 |是否必须 |说明 |参数类型 | | ||
757 | +|--------------|----------|--------|----------| | ||
758 | +|work_order_id |是 |工单id |Long | | ||
759 | + | ||
760 | +Response Body: | ||
761 | + | ||
762 | +``` | ||
763 | +{ | ||
764 | + "data": { | ||
765 | + "course_info": { | ||
766 | + "teacherId": 1296861, | ||
767 | + "groupId": "@TGS#2WHIZEBEO", | ||
768 | + "chatRoomId": 212968615 | ||
769 | + }, | ||
770 | + "course_data": [ | ||
771 | + "0a29673921a26ffb5e5ee81ffed45a9e", | ||
772 | + "0c8a151d1b5eb95bd435e2e1af23ea15", | ||
773 | + "2156d9b3f571381b3eca40d6e9d6e1cc", | ||
774 | + "23dc1178bf9b5f813911f4e798949233", | ||
775 | + "e77a984dc4cbf889c081f8a53a36f859" | ||
776 | + ] | ||
777 | + }, | ||
778 | + "returnCode": 200, | ||
779 | + "returnMsg": "success" | ||
780 | +} | ||
781 | +``` |
-
Please register or login to post a comment