Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
developer-docs
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
李振兴
2015-07-21 16:00:44 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
483a45ee8c21fffefd7a4bef8c936e9cd100717e
483a45ee
1 parent
582ac0eb
Destroyed 依据教师年级获取一级课程分类接口 (markdown)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
35 deletions
依据教师年级获取一级课程分类接口.md
依据教师年级获取一级课程分类接口.md
deleted
100644 → 0
View file @
582ac0e
###接口地址
> /teacher/catalogs/getting
###请求方式
> get请求
###请求参数
> "fit_grade":"初一"
> 年级fit_grade为单选
###返回值
######正常返回值
```
json
{
"success"
:
[
"教材"
,
"文章"
,
"发音"
,
"对话"
,
"词汇"
,
"测验"
,
"私人定制"
]
}
```
######异常返回值
```
json
{
"failed"
:
"教师选择的年级存在错误"
}
```
\ No newline at end of file
Please
register
or
login
to post a comment