huayandong

add api-查询课表接口返回数据

@@ -170,7 +170,62 @@ private Boolean flagClassClosed; // 是否已结课:true查询已结束的 @@ -170,7 +170,62 @@ private Boolean flagClassClosed; // 是否已结课:true查询已结束的
170 - Response: 170 - Response:
171 171
172 ```json 172 ```json
173 - 173 +{
  174 + "teacherId": 100,
  175 + "teacherInfo": {
  176 + "userId": 100,
  177 + "realName": "Jodi"
  178 + },
  179 + "teacherIdForeign": 100,
  180 + "teacherInfoForeign": {
  181 + "userId": 100,
  182 + "realName": "Jodi"
  183 + },
  184 + "list": [
  185 + {
  186 + "classSmallId": 18,
  187 + "classSmallName": "BOXFISH-0408",
  188 + "id": 5,
  189 + "classId": "CIDCSU-A680007C528549BEB8F0307EC012F2E3",
  190 + "classType": "CLASS_SMALL_US",
  191 + "courseId": "L3NoYXJlL3N2bi_kurrmlZnlhavlubTnuqfkuIogVW5pdDcvMDA0LTEu6auY57qn5ZCs6K-777ya55Om5Yqb55qE55Sf5rS7Lnhsc3g",
  192 + "courseProjectName": "/share/svn/人教八年级上 Unit7/004-1.高级听读:瓦力的生活.xlsx",
  193 + "courseNameChinese": "高级听读:瓦力的生活",
  194 + "courseNameEnglish": "",
  195 + "startTime": 1554120000000,
  196 + "endTime": 1554121500000,
  197 + "deadTime": 1554121800000,
  198 + "teacherId": 1298980,
  199 + "teacherName": "刘老师"
  200 + }
  201 + ],
  202 + "learnCourseDetailList": [
  203 + {
  204 + "id": 8,
  205 + "date": "2019-04-11",
  206 + "classSmallId": 18,
  207 + "grade": "GRADE_4_B",
  208 + "learnCourseId": "courseId-4年级下单词课1",
  209 + "learnCourseType": "WORD",
  210 + "learnCourseTypeDesc": "智能单词课",
  211 + "projectName": "/share/svn/名师小班课五年级下/101.“借”和“给”要怎么表达?.xlsx",
  212 + "courseNameChinese": "4年级下单词课1",
  213 + "courseNameEnglish": "4年级下单词课1-英文名"
  214 + },
  215 + {
  216 + "id": 9,
  217 + "date": "2019-04-11",
  218 + "classSmallId": 18,
  219 + "grade": "GRADE_4_B",
  220 + "learnCourseId": "courseId-4年级下单词课2",
  221 + "learnCourseType": "WORD",
  222 + "learnCourseTypeDesc": "智能单词课",
  223 + "projectName": "/share/svn/名师小班课五年级下/101.“借”和“给”要怎么表达?.xlsx",
  224 + "courseNameChinese": "4年级下单词课2",
  225 + "courseNameEnglish": "4年级下单词课2-英文名"
  226 + }
  227 + ]
  228 +}
174 ``` 229 ```
175 230
176 ##### 6. 保存课表 231 ##### 6. 保存课表