欠条管理列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>欠条管理列表</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/chit/chit-app/apply-list</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<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;">query</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>{
&quot;errCode&quot;: 1000,
&quot;errMsg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {
&quot;total&quot;: &quot;1&quot;,
&quot;list&quot;: [
{
&quot;id&quot;: &quot;2261&quot;,
&quot;apply_kind&quot;: &quot;2&quot;,
&quot;apply_count&quot;: &quot;0&quot;,
&quot;apply_total_amount&quot;: &quot;0.0000&quot;,
&quot;apply_at&quot;: &quot;2022-04-25 14:30:55&quot;,
&quot;remark&quot;: &quot;&quot;,
&quot;work_remark&quot;: &quot;&quot;,
&quot;work_status&quot;: &quot;1&quot;,
&quot;status&quot;: &quot;1&quot;,
&quot;created_org_id&quot;: &quot;1&quot;,
&quot;updated_org_id&quot;: &quot;1&quot;,
&quot;created_at&quot;: &quot;1650873639&quot;,
&quot;created_id&quot;: &quot;3&quot;,
&quot;updated_at&quot;: &quot;1650874287&quot;,
&quot;updated_id&quot;: &quot;3&quot;,
&quot;deleted&quot;: &quot;0&quot;,
&quot;user_name&quot;: &quot;李辉&quot;,
&quot;status_txt&quot;: &quot;待审核&quot;
}
]
}
}</code></pre>
<p><strong>返回参数说明:</strong> </p>
<p><strong><strong>---客户列表展示---</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;">customer_name</td>
<td style="text-align: left;">string</td>
<td>新增业务对象</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>