账户日志--列表详情---业务字段接口
<p><strong>简要描述:</strong></p>
<ul>
<li>账户日志--列表详情---业务字段接口</li>
<li><strong>3.0修改:新增预授信时间和结果</strong></li>
</ul>
<p><strong>请求URL:</strong></p>
<ul>
<li>/antifraud/event/getBusinessInfo</li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET</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;">scene</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>场景号</td>
</tr>
<tr>
<td style="text-align: left;">optId</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>http://trisk.ldxinyong.com/antifraud/event/getBusinessInfo?t=1564112489655&scene=219057&optId=bsqbblRJ7QA14387841000vl</code></pre>
<p><strong>返回示例</strong></p>
<pre><code>{
{
"code": "0",
"msg": "处理成功",
"data": {
"已用额度": "2000.00",
"可用额度": "2000.00",
"实际交易金额": "2000.00",
"预授信结果": "通过",
"借款时间": "2019-07-26 10:14:32",
"预授信时间": "2019-07-26 15:29:00",
"授信额度": "4000.00"
}
}</code></pre>
<p><strong>返回参数说明</strong></p>
<h4>直接显示即可</h4>
<p><strong>备注</strong>
本接口并非最终接口,需在联调测试完成后确认</p>