Commit 99236786 authored by quwei's avatar quwei 🤸🏼

sync data

parent 4b88a192
# 查询用户信息
> URL: http://localhost:8021/getUserInfo
>
> Origin Url: http://localhost:8021/getUserInfo
>
> Type: POST
### Request headers
|Header Name| Header Value|
|---------|------|
|Token|512ed2cb38f340f3ad4df6fdc8a745e8|
### Parameters
##### Path parameters
| Parameter | Type | Value | Description |
|---------|------|------|------------|
##### URL parameters
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
##### Body parameters
###### JSON
```
```
###### JSON document
```
null
```
##### Form URL-Encoded
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
##### Multipart
|Required | Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
### Response
##### Response example
```
{
"resultCode": 200,
"message": "success",
"data": {
"ucId": "18c62d7831bc4ac4834ab6ac83246bc0",
"id": 9908212118,
"name": "*2724",
"phone": "132****2724",
"userPicUrl": null,
"role": "",
"otwOrderNum": 0,
"signature": "坐拥500辆江淮轻卡",
"sex": null,
"interest": null,
"birthday": 808761600000,
"drivingAge": 0,
"email": null,
"annualIncome": null,
"realName": null,
"provinceDesc": null,
"cityDesc": null,
"isSign": 0,
"startSign": 0,
"employeeNumber": null,
"employeeName": null,
"jianghuaiStaff": null,
"finger": null,
"operatingPassword": null,
"opcode": null,
"opcodeStatus": 1,
"memberLevel": "V2",
"memberLevelCode": 2,
"memberLevelName": "白银"
},
"traceId": "56ee367211b5d332"
}
```
##### Response document
```
{
"traceId":"No comment,Type =String",
"data":{
"birthday":"生日",
"role":"No comment,Type =String",
"annualIncome":"年收入单位(万元)",
"signature":"签名",
"opcodeStatus":"操作码状态(0-开启 1-关闭)",
"otwOrderNum":"No comment,Type =Number",
"operatingPassword":"No comment,Type =Number",
"jianghuaiStaff":"江淮员工 0-不是 1-是",
"opcode":"No comment,Type =String",
"memberLevelCode":"会员等级编码,与 member_level.level_code 对应",
"employeeNumber":"员工工号",
"userPicUrl":"No comment,Type =String",
"interest":"兴趣",
"id":"No comment,Type =Number",
"email":"邮件",
"finger":"No comment,Type =String",
"employeeName":"员工姓名",
"cityDesc":"No comment,Type =String",
"memberLevel":"会员等级,如V1(已开通成长值/会员账户时有值)",
"sex":"性别",
"startSign":"网红表示 1-网红;0-非网红",
"memberLevelName":"会员等级名称",
"isSign":"是否已签到 0-未签到 1-已签到",
"realName":"No comment,Type =String",
"phone":"No comment,Type =String",
"drivingAge":"驾龄",
"name":"No comment,Type =String",
"provinceDesc":"No comment,Type =String",
"ucId":"No comment,Type =String"
},
"resultCode":"No comment,Type =Number",
"message":"No comment,Type =String"
}
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment