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-07-27 23:43:37 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6c02458f3446e6cb51a058a80bd0a690c0863f90
6c02458f
1 parent
f37fb3b9
update doc api
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
0 deletions
boxfish-paper/paper-内容研发做课APP接口.md
boxfish-paper/paper-内容研发做课APP接口.md
0 → 100644
View file @
6c02458
[

](https://996.icu)
### 内容研发做课APP 功能接口
##### 1. 【新接口,只有在内容研发做课APP上使用】根据书名,模糊查询书列表接口
-
URL: {{localhost}}/boxfish-wudaokou-paper/paper/manage/develop/getDevelopBook?access_token=76oRwgOqPb&folderName=智能四会单词课 教科版
-
Method: GET
-
RequestParam:
参数 | 类型 | 说明
:--- | :--- | :---
folderName | string | 书的文件夹名
-
ResponseBody:
```
json5
{
"status": "SUCCESS",
"bookList": [
{
"bookId": 298,
"bookName": "教科版三起三年级上2", // 书名
"folderName": "智能四会单词课 教科版三起三年级上2", // 书的文件夹名
"bookCover": "ec62d845c9b1ea1c8f10736cfc368240", // 书封面
"paperAmount": 19 // 书中课数量
}
]
}
```
> 查询状态`status`,`status=SUCCESS`表示查询成功,`status=ERROR`表示查询失败。
\ No newline at end of file
...
...
Please
register
or
login
to post a comment