获取评估参数
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取评估参数</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>factor/get/info</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>get </li>
</ul>
<p><strong>参数:</strong> </p>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 200,
"data": {
"id": 1,
"basicPremium": 277.0, // 基础保费
"rate": 0.0092, //费率
"coefficient": 0.15, //系数
"updateTime": "2020-10-12T03:03:31.000+0000",
"riskFactorList": [
{
"id": 1,
"description": "三年未出险",
"type": 1,
"coefficient": 0.5, //出险系数
"updateTime": "2020-10-16T03:24:18.000+0000"
},
{
"id": 2,
"description": "两年未出险",
"type": 1,
"coefficient": 0.7,
"updateTime": "2020-10-16T03:24:51.000+0000"
},
{
"id": 3,
"description": "一年未出险",
"type": 1,
"coefficient": 0.9,
"updateTime": "2020-10-16T03:25:08.000+0000"
},
{
"id": 4,
"description": "出过一次险",
"type": 2,
"coefficient": 1.2,
"updateTime": "2020-10-16T03:25:47.000+0000"
},
{
"id": 5,
"description": "出过二次险",
"type": 2,
"coefficient": 1.5,
"updateTime": "2020-10-16T03:26:08.000+0000"
}
]
},
"message": "success"
}
</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>