Toggle navigation
Toggle navigation
This project
Loading...
Sign in
huayandong
/
recommend-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
huayandong
2019-04-11 17:20:14 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2f0f017f78602299ec8f0547238989a9d040e947
2f0f017f
1 parent
814f3a4d
add api-字段描述
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
boxfish-小班课/小班课后台接口.md
boxfish-小班课/小班课后台接口.md
View file @
2f0f017
...
...
@@ -171,16 +171,20 @@ private Boolean flagClassClosed; // 是否已结课:true查询已结束的
```
json
{
//
默认中教信息
"teacherId"
:
100
,
"teacherInfo"
:
{
"userId"
:
100
,
"realName"
:
"Jodi"
},
//
默认外教信息
"teacherIdForeign"
:
100
,
"teacherInfoForeign"
:
{
"userId"
:
100
,
"realName"
:
"Jodi"
},
//
上课课表信息
"list"
:
[
{
"classSmallId"
:
18
,
...
...
@@ -199,6 +203,8 @@ private Boolean flagClassClosed; // 是否已结课:true查询已结束的
"teacherName"
:
"刘老师"
}
],
//
学习课表信息
"learnCourseDetailList"
:
[
{
"id"
:
8
,
...
...
Please
register
or
login
to post a comment