会员详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>会员详情</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>user/detail</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;">userId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">会员id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 200,
"data": {
"car": [
{
"id": 4,
"userId": 13,
"cardImg": "https://chexiangbao.oss-cn-chengdu.aliyuncs.com/headImg/1602667929641-f7172f36-de84-4e82.png",
"carOwner": "杨洋",
"carType": "小型轿车",
"carNo": "湘J6J219",
"model": "大众牌Fv46aa",
"vin": "LFV2A21K4C413AAAA",
"userNature": "非营运",
"engineNo": "X689AA",
"registerDate": "2013-06-13T00:00:00.000+0000",
"state": 2,
"carValue": 91000.0,
"fee": 640.6,
"createTime": "2020-10-14T09:54:50.000+0000"
},
{
"id": 5,
"userId": 13,
"cardImg": "https://chexiangbao.oss-cn-chengdu.aliyuncs.com/headImg/1602667929641-f7172f36-de84-4e82.png",
"carOwner": "杨洋",
"carType": "小型轿车",
"carNo": "湘J6J218",
"model": "大众牌Fv46aa",
"vin": "LFV2A21K4C413AAAb",
"userNature": "非营运",
"engineNo": "X689Ac",
"registerDate": "2013-06-13T00:00:00.000+0000",
"state": 2,
"carValue": 91000.0,
"fee": 640.6,
"createTime": "2020-10-15T09:54:50.000+0000"
},
{
"id": 6,
"userId": 13,
"cardImg": "https://chexiangbao.oss-cn-chengdu.aliyuncs.com/headImg/1602667929641-f7172f36-de84-4e82.png",
"carOwner": "杨洋",
"carType": "小型轿车",
"carNo": "豫AB54DF",
"model": "大众牌Fv46aa",
"vin": "LFV2A21K4C413AAAb",
"userNature": "非营运",
"engineNo": "X689Ac",
"registerDate": "2013-06-13T00:00:00.000+0000",
"state": -2,
"carValue": null,
"fee": 0.0,
"createTime": "2020-10-16T09:54:50.000+0000"
}
],
"evaluationLog": [
{
"logId": 4,
"userId": 13,
"carValue": null,
"basicPremium": null,
"rate": null,
"riskCoefficient": null,
"coefficient": null,
"fee": null,
"operator": "财豆",
"passedState": -2,
"refuseType": 2,
"refuseReason": "车太贵",
"createTime": "2020-10-16T02:58:01.000+0000",
"carId": 6,
"carNo": "豫AB54DF"
},
{
"logId": 3,
"userId": 13,
"carValue": 91000.0,
"basicPremium": 277.0,
"rate": 0.0092,
"riskCoefficient": 0.5,
"coefficient": 0.15,
"fee": 640.6,
"operator": "财豆",
"passedState": 2,
"refuseType": null,
"refuseReason": null,
"createTime": "2020-10-16T02:57:39.000+0000",
"carId": 5,
"carNo": "湘J6J218"
},
{
"logId": 2,
"userId": 13,
"carValue": 91000.0,
"basicPremium": 277.0,
"rate": 0.0092,
"riskCoefficient": 0.5,
"coefficient": 0.15,
"fee": 640.6,
"operator": "财豆",
"passedState": 2,
"refuseType": null,
"refuseReason": null,
"createTime": "2020-10-16T02:51:36.000+0000",
"carId": 5,
"carNo": "湘J6J218"
},
{
"logId": 1,
"userId": 13,
"carValue": 91000.0,
"basicPremium": 277.0,
"rate": 0.0092,
"riskCoefficient": 0.5,
"coefficient": 0.15,
"fee": 640.6,
"operator": "财豆",
"passedState": 2,
"refuseType": null,
"refuseReason": null,
"createTime": "2020-10-16T01:53:42.000+0000",
"carId": 4,
"carNo": "湘J6J219"
}
],
"user": {
"id": 13,
"mobile": "17600132701",
"nickName": "test",
"userNo": 202010149458,
"state": 3,
"province": "河南省",
"city": "郑州市",
"headImg": "https://chexiangbao.oss-cn-chengdu.aliyuncs.com/headImg/1602664301976-28948827-c6de-4d6d.jpg",
"carCount": 0,
"createTime": "2020-10-14T09:19:07.000+0000",
"vipFee": 0.0,
"payTime": null,
"comeFrom": 1,
"inviteUserId": 0,
"appId": null,
"gender": 1,
"totalReward": 0.0
}
},
"message": "success"
}
</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>