Commit 98be0dcf authored by quwei's avatar quwei 🤸🏼

sync data

parent b4ddea26
# APP用户管理-绑定车辆
> URL: http://localhost:13021/jac/operate/userManage/bindCar
>
> Origin Url: http://localhost:13021/jac/operate/userManage/bindCar
>
> Type: POST
### Request headers
|Header Name| Header Value|
|---------|------|
|Token|cf25338693b54127b2ceb22d6b916ed4|
### Parameters
##### Path parameters
| Parameter | Type | Value | Description |
|---------|------|------|------------|
##### URL parameters
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
##### Body parameters
###### JSON
```
{
"appUserId": "9908212118",
"chassisNum": "X1119905",
"powerType": "0"
}
```
###### JSON document
```
{
"versionType":"No comment,Value =versionType_4wsnb",
"autoIncreaseId":"No comment,Value =1",
"page_total":"No comment,Value =page_total_216wc",
"userAttribute":"No comment,Value =userAttribute_r0d35",
"sort":"No comment,Value =sort_busny",
"chassisNum":"No comment,Value =chassisNum_hgj7t",
"userId":"No comment,Value =userId_7h2pr",
"version":"No comment,Value =version_kb8x6",
"orgId":"No comment,Value =orgId_e7j0s",
"token":"No comment,Value =token_e8ql3",
"accPhone":"No comment,Value =accPhone_2x8hv",
"page_number":"No comment,Value =page_number_vq5v6",
"sortType":"排序方式:1-升序、0-降序",
"appType":"No comment,Value =appType_a5c89",
"accId":"No comment,Value =accId_zacac",
"accountNickname":"No comment,Value =accountNickname_z0yh3",
"powerType":"动力类型:0-燃油车 1-混动车 2-纯电车,默认燃油车",
"page_size":"No comment,Value =page_size_c3ttz",
"ucId":"No comment,Value =ucId_ofd95",
"authentication":"No comment,Value =RSA"
}
```
##### Form URL-Encoded
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
##### Multipart
|Required | Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
### Response
##### Response example
```
{
"resultCode": 200,
"message": "车辆绑定成功",
"traceId": "2a41d9d1c60286c1",
"data": null
}
```
##### Response document
```
{
"traceId":"接口响应ID",
"data":{},
"resultCode":"状态码",
"message":"状态码对应的信息"
}
```
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