模块阅读喜好
<h3>使用场景:</h3>
<ul>
<li>
<p>开发环境访问地址:[<a href="http://cloud\-api1.51wanxue.cn/api\-cloud/record/favorite](http://cloud-api1.51wanxue.cn/api-cloud/record/favorite">http://cloud\-api1.51wanxue.cn/api\-cloud/record/favorite](http://cloud-api1.51wanxue.cn/api-cloud/record/favorite</a> "<a href="http://cloud-api1.51wanxue.cn/api-cloud/record/favorite"">http://cloud-api1.51wanxue.cn/api-cloud/record/favorite"</a>;)</p>
</li>
<li>
<p>正式环境访问地址:[<a href="http://cloud\-api1.51wanxue.com/api\-cloud/record/favorite](http://cloud-api1.51wanxue.com/api-cloud/record/favorite">http://cloud\-api1.51wanxue.com/api\-cloud/record/favorite](http://cloud-api1.51wanxue.com/api-cloud/record/favorite</a> "<a href="http://cloud-api1.51wanxue.com/api-cloud/record/favorite"">http://cloud-api1.51wanxue.com/api-cloud/record/favorite"</a>;)</p>
</li>
<li>例子:get请求 [<a href="http://cloud\-api1.51wanxue.cn/api\-cloud/record/favorite?openId=dc3628b9bfaa11ecad8cd89ef3491b79&moduleId=1](http://cloud-api1.51wanxue.cn/api-cloud/record/favorite?openId=dc3628b9bfaa11ecad8cd89ef3491b79&moduleId=1">http://cloud\-api1.51wanxue.cn/api\-cloud/record/favorite?openId=dc3628b9bfaa11ecad8cd89ef3491b79&moduleId=1](http://cloud-api1.51wanxue.cn/api-cloud/record/favorite?openId=dc3628b9bfaa11ecad8cd89ef3491b79&moduleId=1</a> "<a href="http://cloud-api1.51wanxue.cn/api-cloud/record/favorite?openId=dc3628b9bfaa11ecad8cd89ef3491b79&moduleId=1"">http://cloud-api1.51wanxue.cn/api-cloud/record/favorite?openId=dc3628b9bfaa11ecad8cd89ef3491b79&moduleId=1"</a>;)</li>
</ul>
<h3>参数说明:</h3>
<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;">openId</td>
<td style="text-align: left;">String</td>
<td style="text-align: left;">是</td>
</tr>
<tr>
<td style="text-align: left;">moduleId</td>
<td style="text-align: left;">Integer</td>
<td style="text-align: left;">是</td>
<td>模块id,默认填1</td>
</tr>
</tbody>
</table>
<h3>返回参数:</h3>
<p>正常时返回格式范例</p>
<pre><code class="language-json">{
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;ok&quot;,
&quot;data&quot;: {
&quot;bookVOList&quot;: [
{
&quot;readRecord&quot;: {
&quot;bookId&quot;: 21262,
&quot;totalTime&quot;: 64,
&quot;readCount&quot;: 1,
&quot;readFinish&quot;: true
},
&quot;bookDetail&quot;: {
&quot;bookId&quot;: 21262,
&quot;name&quot;: &quot;K12语文-人教版新版-三年级上册&quot;,
&quot;isbn&quot;: &quot;9787107329029&quot;,
&quot;publisher&quot;: &quot;人民教育出版社&quot;,
&quot;coverImage&quot;: &quot;02b53841-1f5a-46e3-9aab-ccecddb516b3.jpg&quot;,
&quot;author&quot;: &quot;温儒敏&quot;,
&quot;description&quot;: &quot;&quot;,
&quot;state&quot;: 3,
&quot;bookCategory&quot;: 0,
&quot;createdTime&quot;: &quot;2021-09-18 10:35:10&quot;,
&quot;repoId&quot;: null,
&quot;thumbnailUrl&quot;: &quot;http://files-dev.51wanxue.cn//brs/content/basebook/29/27399/02b53841-1f5a-46e3-9aab-ccecddb516b3.jpg&quot;,
&quot;forbidden&quot;: 0,
&quot;recognizable&quot;: null,
&quot;refBaseBookId&quot;: null,
&quot;seriesTitle&quot;: null
},
&quot;labels&quot;: []
}
],
&quot;pagination&quot;: {
&quot;pageSize&quot;: 42,
&quot;currentPage&quot;: 1,
&quot;totalRecord&quot;: 1,
&quot;limit&quot;: 42,
&quot;recordEndIndex&quot;: 84,
&quot;recordStartIndex&quot;: 0,
&quot;pages&quot;: 1
}
}
}
}</code></pre>