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-09-19 09:44:33 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
29d91cea5022d855bb19702cd0c2826a926bde34
29d91cea
1 parent
495f2c41
update doc api
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
boxfish-中教老师APP/20190911-中教APP.md
boxfish-中教老师APP/20190911-中教APP.md
View file @
29d91ce
...
...
@@ -6,9 +6,18 @@
-
URL: {{localhost}}/boxfish-wudaokou-paper/paper/teacher/paperV1/getPaperSummary?access_token={{access_token}}
-
Method: GET
-
RequestParam:
-
ResponseBody:
```
json5
变量名 | 类型 | 说明
:--- | :--- | :---
status | String | 接口请求状态码:
`status = SUCCESS`
请求成功,
`status = ERROR`
请求失败
partList | Array.
<number>
| 培优课三个模块的返回体,三件套单词、三件套知识点、三件套阅读
```
json
{
"status": "SUCCESS",
"partList":
[
...
...
@@ -80,7 +89,7 @@
- ResponseBody:
```
json
5
```
json
{
"status": "SUCCESS",
"courseList":
[
...
...
Please
register
or
login
to post a comment