绘本详情

## 绘本详情 ### 一 , 请求方式及地址 `POST: http://192.168.10.56:8088/talk/app/book/v2/detail` ### 请求参数 ``` { "bookId":1, "userId":260 } ``` #### 参数示例 |参数名|类型|描述| |-|-|-| |bookId|Integer|绘本ID| |userId|Long|用户ID| ### 响应结果说明 #### 响应示例: --- ##### 成功: ``` { "code": 200, "msg": "处理成功", "data": { "book": { "id": 1, "levelId": 1, "typeId": 1, "height": 605.0, "bookCode": "L1_LetsPlay", "isFree": "1", "bookMoneyPrice": 39.60, "bookTicketPrice": 3960.00, "bookName": "Let’s Play!", "bookInfo": "一只小猫咪很想找一个朋友来陪它一起玩,它都找了哪些朋友呢,这些朋友都愿意和它一起玩吗?", "isSee": true, "pages": [ { "id": 20, "pageImg": "http://image-test.ailexue.net/1602830499000_huizhang1@2x@2x.png", "sort": 1, "pageContents": [ { "id": 2, "bookId": 1, "pageId": 20, "translation": "我有一个书包。", "originalText": " I have a school bag. ", "timeLength": 2, "audioAddr": "http://image-test.ailexue.net/1_I hava a schoolbag_156_457_182_121.mp3", "height": 121.0, "width": 182.0, "sort": 1, "createTime": "2020-10-19 09:52:31", "updateTime": "2020-10-19 10:14:11", "xaxis": 156.0, "yaxis": 457.0 } ] }, "share": { "shareInfo": "AI评测+电子英语绘本,解锁时代黑科技,现在的孩子都这么学!", "shareUrl": "http://share-test.ailexue.net/#/huibendetail", "id": 1, "title": "惊喜!我找到了一套神奇的AI绘本,只分享给你哦~", "shareType": "0" } } } ``` ##### 失败: ```{ "code": 400, "msg": "暂无记录" } ``` --- #### 响应结果说明 |参数名|类型|描述| |-|-|-| |code|Integer|状态码| |msg|String|描述说明| |data|Map|数据体|