文档
测试

图书目录信息

POST
{{base}}/contents

接口描述

获取图书目录详情

请求参数

参数名
类型
描述
必填
fileName
string
书名
必填

响应参数

参数名
类型
描述
必填
error_code
number
0代表正常 1代表失败
必填
msg
string
返回调用信息
必填
data
array
目录信息
必填
id
number
章节id
必填
fileName
string
书名
必填
contentName
string
章节名称
必填
href
string
文件路径
必填
order
number
示例:1
必填
level
number
目录所处层级(0-一级目录 1-二级目录)
必填
text
string
章节完整地址信息
必填
label
string
章节名
必填
createTime
object
示例:null
必填
updateTime
object
示例:null
必填

说明 / 示例

>i 返回示例 ```json { "error_code": 0, "msg": "查询成功", "data": [ { "id": 2491, "fileName": "2018_Book_ApplyingTheKaizenInAfrica", "contentName": "ACover", "href": "OEBPS/html/Cover.xhtml", "order": 1, "level": 0, "text": "http://book.youbaobao.xyz/epub2/2018_Book_ApplyingTheKaizenInAfrica/OEBPS/html/Cover.xhtml", "label": "Cover", "createTime": null, "updateTime": null }, { "id": 2492, "fileName": "2018_Book_ApplyingTheKaizenInAfrica", "contentName": "A461561_1_En_BookFrontmatter_OnlinePDF", "href": "OEBPS/html/461561_1_En_BookFrontmatter_OnlinePDF.xhtml", "order": 2, "level": 0, "text": "http://book.youbaobao.xyz/epub2/2018_Book_ApplyingTheKaizenInAfrica/OEBPS/html/461561_1_En_BookFrontmatter_OnlinePDF.xhtml", "label": "Front Matter", "createTime": null, "updateTime": null }, { "id": 2493, "fileName": "2018_Book_ApplyingTheKaizenInAfrica", "contentName": "A461561_1_En_1_Chapter", "href": "OEBPS/html/461561_1_En_1_Chapter.xhtml", "order": 3, "level": 0, "text": "http://book.youbaobao.xyz/epub2/2018_Book_ApplyingTheKaizenInAfrica/OEBPS/html/461561_1_En_1_Chapter.xhtml", "label": "1. How Kaizen Brightens Africa’s Future", "createTime": null, "updateTime": null }, { "id": 2494, "fileName": "2018_Book_ApplyingTheKaizenInAfrica", "contentName": "A461561_1_En_2_Chapter", "href": "OEBPS/html/461561_1_En_2_Chapter.xhtml", "order": 4, "level": 0, "text": "http://book.youbaobao.xyz/epub2/2018_Book_ApplyingTheKaizenInAfrica/OEBPS/html/461561_1_En_2_Chapter.xhtml", "label": "2. Role of Kaizen in Japan’s Overseas Development Cooperation", "createTime": null, "updateTime": null }, { "id": 2495, "fileName": "2018_Book_ApplyingTheKaizenInAfrica", "contentName": "A461561_1_En_3_Chapter", "href": "OEBPS/html/461561_1_En_3_Chapter.xhtml", "order": 5, "level": 0, "text": "http://book.youbaobao.xyz/epub2/2018_Book_ApplyingTheKaizenInAfrica/OEBPS/html/461561_1_En_3_Chapter.xhtml", "label": "3. Kaizen in Practice", "createTime": null, "updateTime": null }, { "id": 2496, "fileName": "2018_Book_ApplyingTheKaizenInAfrica", "contentName": "A461561_1_En_4_Chapter", "href": "OEBPS/html/461561_1_En_4_Chapter.xhtml", "order": 6, "level": 0, "text": "http://book.youbaobao.xyz/epub2/2018_Book_ApplyingTheKaizenInAfrica/OEBPS/html/461561_1_En_4_Chapter.xhtml", "label": "4. Kaizen and Standardization", "createTime": null, "updateTime": null }, { "id": 2497, "fileName": "2018_Book_ApplyingTheKaizenInAfrica", "contentName": "A461561_1_En_5_Chapter", "href": "OEBPS/html/461561_1_En_5_Chapter.xhtml", "order": 7, "level": 0, "text": "http://book.youbaobao.xyz/epub2/2018_Book_ApplyingTheKaizenInAfrica/OEBPS/html/461561_1_En_5_Chapter.xhtml", "label": "5. \nKaizen as Policy Instrument: The Case of Ethiopia", "createTime": null, "updateTime": null }, { "id": 2498, "fileName": "2018_Book_ApplyingTheKaizenInAfrica", "contentName": "A461561_1_En_6_Chapter", "href": "OEBPS/html/461561_1_En_6_Chapter.xhtml", "order": 8, "level": 0, "text": "http://book.youbaobao.xyz/epub2/2018_Book_ApplyingTheKaizenInAfrica/OEBPS/html/461561_1_En_6_Chapter.xhtml", "label": "6. \nKaizen as a Key Ingredient of Industrial Development Policy", "createTime": null, "updateTime": null }, { "id": 2499, "fileName": "2018_Book_ApplyingTheKaizenInAfrica", "contentName": "A461561_1_En_BookBackmatter_OnlinePDF", "href": "OEBPS/html/461561_1_En_BookBackmatter_OnlinePDF.xhtml", "order": 9, "level": 0, "text": "http://book.youbaobao.xyz/epub2/2018_Book_ApplyingTheKaizenInAfrica/OEBPS/html/461561_1_En_BookBackmatter_OnlinePDF.xhtml", "label": "Back Matter", "createTime": null, "updateTime": null } ] } ```