相似书本获取书本信息
<p><strong>服务:</strong>api-client
<strong>API:</strong><a href="http://client-api1.51wanxue.cn/api-client/book/bookInfo/{bookId">http://client-api1.51wanxue.cn/api-client/book/bookInfo/{bookId</a>}
<strong>通过license授权登录的用此接口,带上端的token即可 API:</strong><a href="http://client-api1.51wanxue.com/api-client/book/bookInfo/218534?token={{token">http://client-api1.51wanxue.com/api-client/book/bookInfo/218534?token={{token</a>}}
<strong>请求方式:</strong>GET
<strong>api开发者:</strong>
<strong>是否授权登录:</strong> 是
<strong>简要描述</strong>:通过资源库的bookId获取书本信息</p>
<p><strong>参数:</strong></p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必填</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">bookId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>资源库的bookId</td>
</tr>
</tbody>
</table>
<p>请求样例:</p>
<pre><code class="language-json">{
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;ok&quot;,
&quot;data&quot;: {
&quot;thumbnailCoverImage&quot;: &quot;https://files-api1.51wanxue.com/brs/content/minithumbnail/74802/af72c12d-5254-431f-987f-c4dff0ad3f1d_300x300.jpg&quot;,
&quot;totalPage&quot;: 15,
&quot;bookId&quot;: 218534,
&quot;securityId&quot;: &quot;cafc6fc4e77f42668e7a6ea9e20c7d74&quot;,
&quot;bookName&quot;: &quot;我是一只小兔子i am a bunny&quot;,
&quot;author&quot;: &quot;[美]ole risom&quot;,
&quot;publisher&quot;: &quot;外语教学与研究出版社&quot;,
&quot;isbn&quot;: &quot;9787560062129&quot;,
&quot;seriesTitle&quot;: &quot;&quot;,
&quot;description&quot;: &quot;书中有大量的知识点和有趣的插图,本来是为了丰富孩子的阅读视野买的,读过之后发现自己也能从书中收获不少知识。\n&quot;,
&quot;extraData&quot;: &quot;{\&quot;uid\&quot;:14424,\&quot;totalPages\&quot;:15,\&quot;langs\&quot;:[\&quot;lang18\&quot;,\&quot;lang17\&quot;,\&quot;en\&quot;,\&quot;lang20\&quot;],\&quot;enableSection\&quot;:true,\&quot;entityType\&quot;:\&quot;book\&quot;,\&quot;coverSimilarIds\&quot;:null,\&quot;showImg\&quot;:false}&quot;,
&quot;mainPage&quot;: 11,
&quot;resourceType&quot;: 3,
&quot;repos&quot;: [
{
&quot;id&quot;: 167,
&quot;name&quot;: &quot;牛听听绘本资源库&quot;,
&quot;bookId&quot;: 218534,
&quot;language&quot;: 1,
&quot;soundRay&quot;: 1,
&quot;repoType&quot;: null
}
],
&quot;currentRepo&quot;: {
&quot;id&quot;: 167,
&quot;name&quot;: &quot;牛听听绘本资源库&quot;,
&quot;bookId&quot;: 218534,
&quot;language&quot;: 1,
&quot;soundRay&quot;: 1,
&quot;repoType&quot;: null
}
}
}</code></pre>
<p><strong>返回参数说明</strong></p>
<table>
<thead>
<tr>
<th style="text-align: left;">字段</th>
<th style="text-align: left;">类型</th>
<th>描述</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">code</td>
<td style="text-align: left;">int</td>
<td>请求码返回0(表示请求成功)</td>
</tr>
<tr>
<td style="text-align: left;">msg</td>
<td style="text-align: left;">String</td>
<td>Success代表成功,其他表示具体错误信息</td>
</tr>
</tbody>
</table>
<p><strong>data </strong></p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">thumbnailCoverImage</td>
<td style="text-align: left;">String</td>
<td>书页缩略图</td>
</tr>
<tr>
<td style="text-align: left;">totalPage</td>
<td style="text-align: left;">int</td>
<td>总页数</td>
</tr>
<tr>
<td style="text-align: left;">bookid</td>
<td style="text-align: left;">int</td>
<td>资源库bookid</td>
</tr>
<tr>
<td style="text-align: left;">securityId</td>
<td style="text-align: left;">String</td>
<td>书本安全ID</td>
</tr>
<tr>
<td style="text-align: left;">bookName</td>
<td style="text-align: left;">String</td>
<td>书名</td>
</tr>
<tr>
<td style="text-align: left;">author</td>
<td style="text-align: left;">String</td>
<td>作者</td>
</tr>
<tr>
<td style="text-align: left;">publisher</td>
<td style="text-align: left;">String</td>
<td>出版社</td>
</tr>
<tr>
<td style="text-align: left;">isbn</td>
<td style="text-align: left;">String</td>
<td>ISBN</td>
</tr>
<tr>
<td style="text-align: left;">seriesTitle</td>
<td style="text-align: left;">String</td>
<td>所属系列</td>
</tr>
<tr>
<td style="text-align: left;">description</td>
<td style="text-align: left;">String</td>
<td>书本简介</td>
</tr>
<tr>
<td style="text-align: left;">extraData</td>
<td style="text-align: left;">String</td>
<td>识别或者手指中返回的extradata</td>
</tr>
</tbody>
</table>