查询折扣方案列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>查询折扣方案列表</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/park/park/list</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<pre><code>{
"current":1,
"size":10,
"name":null
}</code></pre>
<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;">current</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">Long</td>
<td>当前页</td>
</tr>
<tr>
<td style="text-align: left;">size</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">Long</td>
<td>每页展示数量</td>
</tr>
<tr>
<td style="text-align: left;">name</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>停车系统名称</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 0,
"msg": "success",
"data": {
"records": [
{
"id": 1,
"name": "安居宝",
"userName": "gddci",
"password": "t1Dqc37M2fmk8tr3OaJxGbNAW",
"secretId": "eb2670d61bcf42e2a2299571d97a0f05",
"secretKey": "MzQ0OWNmNDNhYzVkNTk2NDVlZmE5ODdiOTQwNTk4MDI=",
"url": "http://oepn.ajbcloud.com",
"parkType": 1,
"className": "anjubao",
"isAgent": 0,
"agentId": null,
"agentName": null,
"delFlag": null,
"createBy": null,
"createTime": null,
"updateBy": null,
"updateTime": null,
"typeEnum": null,
"list": null
}
],
"total": 2,
"size": 10,
"current": 1,
"orders": [],
"searchCount": true,
"pages": 1
}
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>