查看评估记录
<p><strong>简要描述:</strong> </p>
<ul>
<li>查看评估记录</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>car/evaluation/log</code></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;">carId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>车 id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 200,
"data": {
"updateWaitEffectiveTimeLogs": [ //生效时间修改记录
{
"id": 1,
"userId": 273,
"carId": 303230,
"beforeWaitEffectiveTime": "2022-03-17T08:22:23.000+0000",//修改前生效时间
"afterWaitEffectiveTime": "2022-04-10T16:00:00.000+0000",//修改后生效时间
"reason": "测试", //修改原因
"operator": "财豆",//操作人
"operatorType": 1,
"createTime": "2022-03-10T08:22:46.000+0000" //修改时间
}
],
"evaluationLog": [
{
"id": 188,
"carId": 303230,
"userId": 273,
"carValue": 1,
"basicPremium": 277,
"rate": 0.92,
"riskCoefficient": 90,
"coefficient": 15,
"fee": 86.01,
"operator": "财豆",
"passedState": 2,
"refuseType": null,
"refuseReason": null,
"createTime": "2021-08-03T02:20:35.000+0000"
}
],
"maLogs": [
{
"id": 204,
"carId": 303230,
"userId": 273,
"cancelTimes": 0,
"createTime": "2021-08-18T07:07:53.000+0000",
"state": 1,
"operator": "用户",
"cancelReason": null
},
{
"id": 203,
"carId": 303230,
"userId": 273,
"cancelTimes": 1,
"createTime": "2021-08-18T06:53:50.000+0000",
"state": 2,
"operator": "财豆",
"cancelReason": null
}
],
"ucCarImgLogs": [
{
"id": 137,
"operator": "财豆",
"passedState": 2,
"refuseReason": null,
"createTime": "2021-08-03T02:21:49.000+0000",
"carId": 303230,
"userId": 273
}
],
"ucCarUnbindLogs": []
},
"message": "success"
}
</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>