Commit 4fda89b3 authored by quwei's avatar quwei 🤸🏼

sync data

parent 98be0dcf
# 用户绑车识别记录-分页列表
> URL: http://localhost:13021/jac/operate/userManage/carBindFailRecord/list
>
> Origin Url: http://localhost:13021/jac/operate/userManage/carBindFailRecord/list
>
> 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
```
{
"userPhone": "",
"vin": ""
}
```
###### JSON document
```
{
"versionType":"No comment,Value =versionType_jhzh9",
"autoIncreaseId":"No comment,Value =1",
"page_total":"No comment,Value =page_total_635xe",
"userAttribute":"No comment,Value =userAttribute_gcxt5",
"userPhone":"用户手机号,模糊",
"sort":"No comment,Value =sort_5fy4e",
"userId":"No comment,Value =userId_n7z3k",
"version":"No comment,Value =version_x4dec",
"orgId":"No comment,Value =orgId_9o0sw",
"token":"No comment,Value =token_w1b1f",
"accPhone":"No comment,Value =accPhone_ox66y",
"page_number":"No comment,Value =page_number_wcc5s",
"sortType":"排序方式:1-升序、0-降序",
"appType":"No comment,Value =appType_bo85a",
"accId":"No comment,Value =accId_3rlb0",
"accountNickname":"No comment,Value =accountNickname_pln5v",
"vin":"VIN/底盘号,模糊",
"page_size":"No comment,Value =page_size_b6mpf",
"ucId":"No comment,Value =ucId_1dpze",
"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": "OK",
"traceId": "20c0812e8069ff46",
"data": {
"total": 2,
"other": null,
"page_total": 1,
"list": [
{
"id": 2,
"userPhone": "13234022724",
"vin": "vin_pw4wo",
"carNumber": "license_sm6wc",
"brand": "brand_u6ldz",
"carSeries": "series_17uj2",
"engineNum": "engineNum_63h6l",
"carColor": "color_vanen",
"failReason": "车辆不存在",
"resultCode": 1005,
"failTime": "2026-05-19 15:28:22",
"createTime": "2026-05-19 15:28:21"
},
{
"id": 1,
"userPhone": "13234022724",
"vin": "vin_pw4wo",
"carNumber": "license_sm6wc",
"brand": "brand_u6ldz",
"carSeries": "series_17uj2",
"engineNum": "engineNum_63h6l",
"carColor": "color_vanen",
"failReason": "用户绑定车辆已超过上限",
"resultCode": 500,
"failTime": "2026-05-19 15:26:58",
"createTime": "2026-05-19 15:26:57"
}
],
"data": null
}
}
```
##### Response document
```
{
"traceId":"接口响应ID",
"data":{
"total":"查询数据总数",
"other":{},
"data":[
{}
],
"page_total":"总页数",
"list":[
{}
]
},
"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