客户额度信息接口
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>客户额度信息接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://xx.com/dms/purchase/app-credit</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </li>
</ul>
<h5>参数</h5>
<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;">org_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>客户ID</td>
</tr>
<tr>
<td style="text-align: left;">org_type</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>客户类型 org_type=2</td>
</tr>
<tr>
<td style="text-align: left;">app_mark</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>app_mark=1,APP请求标识</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
&quot;errCode&quot;: 1000,
&quot;errMsg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {
&quot;balance&quot;: &quot;224.00&quot;,//可用余额
&quot;setting_credit&quot;: 1,
&quot;is_unlimited_credit&quot;: &quot;0&quot;,//信用额度是否不限额 1不限额
&quot;credit_limit&quot;: &quot;999.00&quot;,//信用额度
&quot;freezing_amount&quot;: &quot;0.00&quot;,//冻结额度
&quot;used_limit&quot;: &quot;0.00&quot;,//应收账款
&quot;available_amount&quot;: &quot;999.00&quot;,//可用额度
&quot;total_available_amount&quot;: &quot;1223.00&quot;,//可用总额度
&quot;credit_mode&quot;: &quot;1&quot;,
&quot;account_days&quot;: &quot;9 天&quot;,
&quot;total_used_limit&quot;: 0,//应收账款总额
&quot;credit_end_time&quot;: &quot;-&quot;,
&quot;is_expired&quot;: 0,//是否超期 1超期
&quot;expired_limit&quot;: &quot;0.00&quot;,//超期金额
&quot;org_type&quot;: 2,
&quot;is_checked_name&quot;: &quot;未认证&quot;
}
}</code></pre>
<h5>返回参数说明</h5>
<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;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>