借款预览
<h1>URL:</h1>
<p>合作机构自定义</p>
<h1>请求方式:</h1>
<p>POST</p>
<h1>请求参数:</h1>
<table>
<thead>
<tr>
<th style="text-align: left;">字段</th>
<th style="text-align: left;">类型</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">apply_amt</td>
<td style="text-align: left;">int</td>
<td style="text-align: left;">Y</td>
<td style="text-align: left;">金额</td>
</tr>
<tr>
<td style="text-align: left;">term</td>
<td style="text-align: left;">int</td>
<td style="text-align: left;">Y</td>
<td style="text-align: left;">周期</td>
</tr>
</tbody>
</table>
<h1>请求参数示例:</h1>
<pre><code> {
&quot;apply_amt&quot;: 100000,
&quot;term&quot;: 3
}
</code></pre>
<h1>返回结果:</h1>
<table>
<thead>
<tr>
<th style="text-align: left;">字段</th>
<th style="text-align: left;">类型</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">code</td>
<td style="text-align: left;">int</td>
<td style="text-align: left;">Y</td>
<td style="text-align: left;">状态码,0:成功</td>
</tr>
<tr>
<td style="text-align: left;">message</td>
<td style="text-align: left;">string</td>
<td style="text-align: left;">Y</td>
<td style="text-align: left;">描述信息</td>
</tr>
<tr>
<td style="text-align: left;">data[]</td>
<td style="text-align: left;">int</td>
<td style="text-align: left;">Y</td>
<td style="text-align: left;">null</td>
</tr>
</tbody>
</table>
<p>返回结果示例:</p>
<pre><code>{
&quot;code&quot;: &quot;200&quot;,
&quot;trace_id&quot;: &quot;1657e0d8d9a86ec7&quot;,
&quot;msg&quot;: &quot;Success&quot;,
&quot;data&quot;: {
&quot;app_name&quot;: &quot;Uangme&quot;,
&quot;interest_amount&quot;: &quot;264909&quot;,
&quot;interest_rate&quot;: &quot;0.0032826000000000005&quot;,
&quot;plan_trial&quot;: [
{
&quot;cur_period&quot;: 1,
&quot;interest_amount&quot;: &quot;88303&quot;,
&quot;money&quot;: &quot;2932444&quot;,
&quot;poundage_amount&quot;: &quot;418525&quot;,
&quot;poundage_tax&quot;: &quot;78296&quot;,
&quot;real_receive_money&quot;: &quot;&quot;,
&quot;repayment_time&quot;: &quot;19/01/2025&quot;,
&quot;total_amount&quot;: &quot;3485310&quot;
},
{
&quot;cur_period&quot;: 2,
&quot;interest_amount&quot;: &quot;88303&quot;,
&quot;money&quot;: &quot;2932444&quot;,
&quot;poundage_amount&quot;: &quot;418525&quot;,
&quot;poundage_tax&quot;: &quot;78296&quot;,
&quot;real_receive_money&quot;: &quot;&quot;,
&quot;repayment_time&quot;: &quot;19/02/2025&quot;,
&quot;total_amount&quot;: &quot;3485310&quot;
},
{
&quot;cur_period&quot;: 3,
&quot;interest_amount&quot;: &quot;88303&quot;,
&quot;money&quot;: &quot;2932444&quot;,
&quot;poundage_amount&quot;: &quot;418525&quot;,
&quot;poundage_tax&quot;: &quot;78296&quot;,
&quot;real_receive_money&quot;: &quot;&quot;,
&quot;repayment_time&quot;: &quot;19/03/2025&quot;,
&quot;total_amount&quot;: &quot;3485310&quot;
}
],
&quot;poundage_amount&quot;: &quot;1255575&quot;,
&quot;poundage_tax&quot;: &quot;234888&quot;,
&quot;receive_amount&quot;: &quot;7820802&quot;,
&quot;repay_total_amount&quot;: &quot;10455930&quot;
}
}
</code></pre>