玩瞳文档中心


获取另一资源库该页数据

<p><strong>服务:</strong>api-client <strong>API: </strong><code>http://client-api1.51wanxue.com/api-client/page/mappingPageInfo</code> <strong>请求方式:</strong>GET <strong>api开发者:</strong> 沈祖旦 <strong>是否授权登录:</strong> 是 <strong>请求示例:</strong> <a href="http://client-api1.51wanxue.com/api-client/page/mappingPageInfo">http://client-api1.51wanxue.com/api-client/page/mappingPageInfo</a> <strong>简要描述:</strong> 获取另一资源库该页数据</p> <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;">bookId</td> <td style="text-align: left;">int64</td> <td>原资源库bookId</td> </tr> <tr> <td style="text-align: left;">pageId</td> <td style="text-align: left;">int64</td> <td>原资源库pageId</td> </tr> <tr> <td style="text-align: left;">repoId</td> <td style="text-align: left;">int64</td> <td>目标资源库id</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code class="language-json">查询成功示例 { &amp;quot;code&amp;quot;: 0, &amp;quot;msg&amp;quot;: &amp;quot;ok&amp;quot;, &amp;quot;data&amp;quot;: { &amp;quot;pageId&amp;quot;: 495080, &amp;quot;bookId&amp;quot;: 19245 } }</code></pre> <p><strong>无数据返回示例</strong></p> <pre><code class="language-json">{ &amp;quot;code&amp;quot;: 0, &amp;quot;msg&amp;quot;: &amp;quot;ok&amp;quot;, &amp;quot;data&amp;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>系统返回提示</td> </tr> <tr> <td style="text-align: left;">data</td> <td style="text-align: left;">object</td> <td>书本信息</td> </tr> </tbody> </table>

页面列表

ITEM_HTML