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 10:31:27 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
18ed38fdc64cb0f2ac9fb215db91b0c61dfc6d9c
18ed38fd
1 parent
d0fc48fb
update doc api
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
boxfish-中教老师APP/20190911-中教APP.md
boxfish-中教老师APP/20190911-中教APP.md
View file @
18ed38f
...
...
@@ -35,7 +35,7 @@ bookList | `Array.<Object>` | 当前培优课模块下全部的书,服务器
变量名 | 类型 | 说明
--- | --- | :---
bookId | Integer | 当前书的id
bookId | Integer | 当前书的id
,唯一标识
bookName | String | 当前书的名称
bookCover | String | 当前书的封面,图片的MD5值
amountCourse | Integer | 书中课程的数量
...
...
@@ -117,7 +117,7 @@ paperName | `Array.<String>` | 当前书中全部课程的名称,服务器已
请求参数 | 类型 | 必填 | 说明
--- | --- | --- | :---
access_token | String | Y | 接口请求凭证
bookId | Integer | Y | 书的id
bookId | Integer | Y | 书的id
,唯一标识
-
ResponseBody:
...
...
@@ -127,6 +127,7 @@ status | String | 接口请求状态标识:`status = SUCCESS`请求成功,`s
message | String |
`status = ERROR`
时的异常描述信息,
`status = SUCCESS`
时该字段为空
courseList |
`Array.<Object>`
| 课程信息
-
[
x
]
`courseList`
的结构
变量名 | 类型 | 说明
...
...
Please
register
or
login
to post a comment