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 15:54:20 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1bc4372e0ae24ce34426b6f0da3258d21b4860c9
1bc4372e
1 parent
6adeff65
Created 依据教师年级获取课程一级分类接口 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
0 deletions
依据教师年级获取课程一级分类接口.md
依据教师年级获取课程一级分类接口.md
0 → 100644
View file @
1bc4372
###接口地址
> /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