团队长表示
<p><strong>简要描述:</strong> </p>
<ul>
<li>用户新增字段说明</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>user/get/info</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>get </li>
</ul>
<p><strong>参数:</strong>
header中传token</p>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 200,
"data": {
"balance": 49.94,
"car": [
{
"id": 329,
"userId": 160,
"cardImg": "https://chexiangbao.oss-cn-chengdu.aliyuncs.com/headImg/1605767206276-e635f071-fad6-40bf.jpg",
"carOwner": "张艳",
"carType": "小型轿车",
"carNo": "川AC699M",
"model": "讴歌TL19UUA865",
"vin": "19UUA86509A400729",
"userNature": "非营运",
"engineNo": "J35Z61028476",
"registerDate": "2009-11-03T00:00:00.000+0000",
"state": -5,
"carValue": 86000.0,
"fee": 184.26,
"createTime": "2020-11-19T06:27:23.000+0000",
"carImgId": 5,
"carImgState": 2,
"carImgRefusedReason": null,
"maStartTime": "2021-08-18T00:00:00.000+0000",
"maEndTime": "2022-08-17T00:00:00.000+0000",
"maCancelTime": "2021-07-19T09:09:30.000+0000",
"cancelTimes": 2,
"insurancePolicy": null,
"timeFormat": "2020-11-19 14:27:23",
"waitEffectiveTime": "2021-07-19T09:10:42.000+0000",
"eventCount": 0,
"modelImg": "https://chexiangbao.oss-accelerate.aliyuncs.com/headImg/1634873276242-0f3de300-ce0e-4020.png",
"carLogo": "https://chexiangbao.oss-accelerate.aliyuncs.com/headImg/1634875654290-0db13221-45b1-4791.png",
"violationCount": null,
"userMobile": null,
"city": null,
"unbindReason": null,
"unbindTime": null,
"unbindBeforeState": null,
"cancelReason": null,
"maExpiredTime": "2022-08-18T00:00:00.000+0000",
"reEvaluationLogId": 0,
"planStopBeforeState": 4,
"isNewCarImgState": 0,
"rejoinId": 0,
"registerDateType": null,
"companyName": null
}
],
"maFlag": false,
"maxPublicityId": 78,
"user": {
"id": 160,
"mobile": "1003",
"nickName": "?张还兮",
"userNo": 202011206498,
"state": -1,
"province": "四川省",
"city": "成都市",
"district": null,
"headImg": "https://thirdwx.qlogo.cn/mmopen/vi_32/DYAIOgq83erGnRmm6zgyL4ibsYzaMQy64OOp9WKNbXCjFp0ic4lJx2nXaXzJcX3jiaImwGhPZNibGOrNYL4zHWMzYQ/132",
"carCount": 0,
"createTime": "2020-11-20T06:11:14.000+0000",
"vipFee": 99.0,
"payType": 1,
"payTime": "2020-11-21T08:03:45.000+0000",
"comeFrom": 2,
"inviteUserId": 182,
"inviteType": 1,
"appId": null,
"gender": 2,
"totalReward": 0.0,
"password": null,
"companyId": 1,
"appFirstLoginTime": "2021-05-31T03:07:04.000+0000",
"contractType": 110,
"invitationCode": null,
"uInvitationCode": "u284d8",
"vipType": 1,
"vipExpiredTime": "2022-04-05T08:03:45.000+0000",
"isTeamLeader": 0, //0不是团队长 1是团队长
"teamTime": null, //成团时间
"teamLeaderId": 0, //团队长id
"ocId": 3, //所属运营中心id
"ocBelongType": 0,
"userRelation": "_182_328_874_813_",
"balance": null,
"timeFormat": null,
"inviteUserNickName": null,
"inviteUserMobile": null
}
},
"message": "success"
}
</code></pre>