分页获取所有的推荐法规
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>分页获取所有的推荐法规</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://cj-api.yuanqionline.com/legislation/list_rcmd?pageSize=100&pageNum=1</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<pre><code>{
}</code></pre>
<h5>返回示例</h5>
<pre><code> {
"total": 1,
"rows": [
{
"searchValue": null,
"createBy": null,
"createTime": "2023-01-13 14:21:19",
"updateBy": null,
"updateTime": "2023-01-13 14:21:19",
"remark": null,
"params": {},
"id": 100,
"cover": "https://img.uowls.com/FnMpQGoxuR0AYe7jFvDQaL_dOHph",
"name": "测试法规第一",
"content": "<p>测试法规第一</p>",
"legislationType": 1,
"isRcmd": 1,
"resources": null
}
],
"code": 200,
"msg": "查询成功"
}</code></pre>
<h5>返回参数说明</h5>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>