获取用户基本信息
<h5>简要描述</h5>
<ul>
<li>获取用户基本信息</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://app-test-api.uncar.top/user/getUserInfo</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </li>
</ul>
<h5>参数</h5>
<p>无</p>
<h5>返回示例</h5>
<pre><code>{
"code": 200,
"data": {
"id": 344,
"mobile": "19848192660",
"nickName": "刘淑林",
"userNo": 202109237154,
"state": 3, //用户状态 1注册成功 2上传行驶证成功 3报价成功 4会员费支付成功 6会员费支付并授权成功
"province": "四川省",
"city": "成都市",
"headImg": "https://chexiangbao.oss-accelerate.aliyuncs.com/headImg/1624872934574-66606aab-5ece-4a8f.png",
"carCount": 0,
"createTime": "2021-09-23T08:17:41.000+0000",
"vipFee": 0.0,
"payType": 0,
"payTime": "2021-09-27T07:13:23.000+0000",
"comeFrom": 4,
"inviteUserId": 0,
"inviteType": 0,
"appId": null,
"gender": 0,
"totalReward": 0.0,
"companyId": 1,
"balance": null,
"timeFormat": null,
"inviteUserNickName": null,
"inviteUserMobile": null,
"password": "OfOGKJ3f6xzDbk5oYgj64w==",
"appFirstLoginTime": "2021-09-23T08:23:42.000+0000",
"contractType": 0,
"invitationCode": null,
"uInvitationCode": "um9Hh1" //邀请码 邀请口令
},
"message": "success"
}</code></pre>