查看企业充值申请列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>查看企业充值申请列表</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/company/company/applyList</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<pre><code>{
"current":1,
"size":10,
"companyName":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;">companyName</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,
"agentId": 2,
"companyId": 1,
"companyName": "test",
"fund": 120504050.56,
"path": "/save/photo/cert/2/1/33b21231a5eb417e9888d3ccb27e526a.jpg",
"result": 0,
"remark": null,
"delFlag": 0,
"createBy": "test",
"createTime": "2019-09-09 17:00:50",
"updateBy": null,
"updateTime": null
}
],
"total": 1,
"size": 10,
"current": 1,
"searchCount": true,
"pages": 1
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>