Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
rap
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
quwei
rap
Commits
4fda89b3
Commit
4fda89b3
authored
May 19, 2026
by
quwei
🤸🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sync data
parent
98be0dcf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
147 additions
and
0 deletions
+147
-0
用户绑车识别记录-分页列表.md
...b-api/AppUserCarBindFailRecordController/用户绑车识别记录-分页列表.md
+147
-0
No files found.
tboss-web-api/AppUserCarBindFailRecordController/用户绑车识别记录-分页列表.md
0 → 100644
View file @
4fda89b3
# 用户绑车识别记录-分页列表
> 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":"状态码对应的信息"
}
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment