玩瞳文档中心


通过bookIds获取扫描图数据接口

<p><strong>接口介绍: </strong> 通过bookIds获取扫描图数据接口</p> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://client-api1.51wanxue.com/api-client/book/getScanImages?bookIds={bookIds}&amp;amp;token={token}</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>GET </li> </ul> <p><strong>返回:</strong></p> <table> <thead> <tr> <th>字段名</th> <th>类型</th> <th>描述</th> </tr> </thead> <tbody> <tr> <td>bookId</td> <td>long</td> <td>书本id</td> </tr> <tr> <td>bookName</td> <td>string</td> <td>书本名称</td> </tr> <tr> <td>pageId</td> <td>long</td> <td>页id</td> </tr> <tr> <td>phyIndex</td> <td>integer</td> <td>页码编号</td> </tr> <tr> <td>imageId</td> <td>long</td> <td>图片id</td> </tr> <tr> <td>imageUrl</td> <td>string</td> <td>图url</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ &amp;quot;code&amp;quot;: 0, &amp;quot;msg&amp;quot;: &amp;quot;ok&amp;quot;, &amp;quot;data&amp;quot;: [ { &amp;quot;bookId&amp;quot;: 1, &amp;quot;bookName&amp;quot;: &amp;quot;黄冈培优练&amp;quot;, &amp;quot;pageInfoList&amp;quot;: [ { &amp;quot;pageId&amp;quot;: 154324, &amp;quot;phyPageNum&amp;quot;: 2, &amp;quot;imageId&amp;quot;: 2321, &amp;quot;imageUrl&amp;quot;: &amp;quot;http://t.51wanxue.com/brs/content/basebook/35/207845/278815a5-e234-4408-8270-944b0f6178bc.jpg&amp;quot; }, { &amp;quot;pageId&amp;quot;: 154324, &amp;quot;phyPageNum&amp;quot;: 2, &amp;quot;imageId&amp;quot;: 2321, &amp;quot;imageUrl&amp;quot;: &amp;quot;http://t.51wanxue.com/brs/content/basebook/35/207845/278815a5-e234-4408-8270-944b0f6178bc.jpg&amp;quot; } ] }, { &amp;quot;bookId&amp;quot;: 2, &amp;quot;bookName&amp;quot;: &amp;quot;黄冈培优练2&amp;quot;, &amp;quot;pageInfoList&amp;quot;: [ { &amp;quot;pageId&amp;quot;: 154324, &amp;quot;phyPageNum&amp;quot;: 2, &amp;quot;imageId&amp;quot;: 2321, &amp;quot;imageUrl&amp;quot;: &amp;quot;http://t.51wanxue.com/brs/content/basebook/35/207845/278815a5-e234-4408-8270-944b0f6178bc.jpg&amp;quot; } ] } ] } </code></pre>

页面列表

ITEM_HTML