按照书本页码获取对应的试题和框数据接口
<p><strong>接口介绍: </strong>
四、按照书本页码获取对应的试题和框数据接口</p>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://client-api1.51wanxue.com/api-cloud/book/questFrameInfo?securityId = dsdg3242342&amp;pageId={pageId}&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>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>token</td>
<td>是</td>
<td>string</td>
<td>请求token [如何获取token](<a href="https://www.showdoc.com.cn/2110520364488140/9483649154524319">https://www.showdoc.com.cn/2110520364488140/9483649154524319</a> "如何获取token")</td>
</tr>
<tr>
<td>securityId</td>
<td>是</td>
<td>string</td>
<td>书本唯一标识</td>
</tr>
<tr>
<td>pageId</td>
<td>是</td>
<td>long</td>
<td>页码id</td>
</tr>
</tbody>
</table>
<p><strong>返回:</strong></p>
<table>
<thead>
<tr>
<th>字段名</th>
<th>类型</th>
<th>描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>questId</td>
<td>long</td>
<td>题id</td>
</tr>
<tr>
<td>securityId</td>
<td>string</td>
<td>题安全id</td>
</tr>
<tr>
<td>subject</td>
<td>integer</td>
<td>科目</td>
</tr>
<tr>
<td>grade</td>
<td>integer</td>
<td>年级</td>
</tr>
<tr>
<td>type</td>
<td>integer</td>
<td>题目类型</td>
</tr>
<tr>
<td>fatherText</td>
<td>string</td>
<td>引文内容</td>
</tr>
<tr>
<td>fatherImages</td>
<td>string[]</td>
<td>引图</td>
</tr>
<tr>
<td>questWord</td>
<td>string</td>
<td>习题内容</td>
</tr>
<tr>
<td>questImages</td>
<td>string[]</td>
<td>习题图片</td>
</tr>
<tr>
<td>questCoordinate</td>
<td>ShapeCoordinate</td>
<td>习题坐标</td>
</tr>
<tr>
<td>answers</td>
<td>list</td>
<td>答案,一题可能有多个空,与答题区一一对应</td>
</tr>
<tr>
<td>--answer</td>
<td>string</td>
<td>批改答案</td>
</tr>
<tr>
<td>--answerCoordinate</td>
<td>ShapeCoordinate</td>
<td>答题区框坐标</td>
</tr>
<tr>
<td>showAnswer</td>
<td>string</td>
<td>展示答案,一题一个</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;ok&quot;,
&quot;data&quot;: [
{
&quot;questId&quot;:1234,
&quot;securityId&quot;:&quot;reqewq32321&quot;,
&quot;subject&quot;:1,
&quot;grade&quot;:1,
&quot;type&quot;: 2,
&quot;fatherText&quot;:&quot;fdf&quot;,
&quot;fatherImages&quot;:[
&quot;http://t.51wanxue.com/brs/content/basebook/35/207845/278815a5-e234-4408-8270-944b0f6178bc.jpg&quot;,
&quot;http://t.51wanxue.com/brs/content/basebook/35/207845/278815a5-e234-4408-8270-944b0f6178bc.jpg&quot;
],
&quot;questWord&quot;:&quot;ewrfdasadsadsa&quot;,
&quot;questImages&quot;:[
&quot;http://t.51wanxue.com/brs/content/basebook/35/207845/278815a5-e234-4408-8270-944b0f6178bc.jpg&quot;,
&quot;http://t.51wanxue.com/brs/content/basebook/35/207845/278815a5-e234-4408-8270-944b0f6178bc.jpg&quot;
],
&quot;questCoordinate&quot;: {
&quot;strokeStyle&quot;: &quot;#FF0000&quot;,
&quot;shape&quot;: [
{
&quot;x&quot;: 1293.914491608544,
&quot;y&quot;: 1977.890337088053
},
{
&quot;x&quot;: 1560.771945836966,
&quot;y&quot;: 2158.596948899096
}
],
&quot;shapeType&quot;: 0,
&quot;name&quot;: &quot;layer36&quot;,
&quot;nickname&quot;: &quot;区域36&quot;
},
&quot;answers&quot;:[
{
&quot;answer&quot;: &quot;1&quot;,
&quot;answerCoordinate&quot;:{
&quot;strokeStyle&quot;: &quot;#FF0000&quot;,
&quot;shape&quot;: [
{
&quot;x&quot;: 1293.914491608544,
&quot;y&quot;: 1977.890337088053
},
{
&quot;x&quot;: 1560.771945836966,
&quot;y&quot;: 2158.596948899096
}
],
&quot;shapeType&quot;: 0,
&quot;name&quot;: &quot;layer36&quot;,
&quot;nickname&quot;: &quot;区域36&quot;
},
},
{
&quot;answer&quot;: &quot;2&quot;,
&quot;answerCoordinate&quot;:{
&quot;strokeStyle&quot;: &quot;#FF0000&quot;,
&quot;shape&quot;: [
{
&quot;x&quot;: 1293.914491608544,
&quot;y&quot;: 1977.890337088053
},
{
&quot;x&quot;: 1560.771945836966,
&quot;y&quot;: 2158.596948899096
}
],
&quot;shapeType&quot;: 0,
&quot;name&quot;: &quot;layer36&quot;,
&quot;nickname&quot;: &quot;区域36&quot;
},
}
],
&quot;showAnswer&quot;:&quot;1,2&quot;
}
]
}
</code></pre>