通过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;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>{
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;ok&quot;,
&quot;data&quot;: [
{
&quot;bookId&quot;: 1,
&quot;bookName&quot;: &quot;黄冈培优练&quot;,
&quot;pageInfoList&quot;: [
{
&quot;pageId&quot;: 154324,
&quot;phyPageNum&quot;: 2,
&quot;imageId&quot;: 2321,
&quot;imageUrl&quot;: &quot;http://t.51wanxue.com/brs/content/basebook/35/207845/278815a5-e234-4408-8270-944b0f6178bc.jpg&quot;
},
{
&quot;pageId&quot;: 154324,
&quot;phyPageNum&quot;: 2,
&quot;imageId&quot;: 2321,
&quot;imageUrl&quot;: &quot;http://t.51wanxue.com/brs/content/basebook/35/207845/278815a5-e234-4408-8270-944b0f6178bc.jpg&quot;
}
]
},
{
&quot;bookId&quot;: 2,
&quot;bookName&quot;: &quot;黄冈培优练2&quot;,
&quot;pageInfoList&quot;: [
{
&quot;pageId&quot;: 154324,
&quot;phyPageNum&quot;: 2,
&quot;imageId&quot;: 2321,
&quot;imageUrl&quot;: &quot;http://t.51wanxue.com/brs/content/basebook/35/207845/278815a5-e234-4408-8270-944b0f6178bc.jpg&quot;
}
]
}
]
}
</code></pre>