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
b55a8988
Commit
b55a8988
authored
Jun 26, 2026
by
quwei
🤸🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sync data
parent
5ea9b5e4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
150 additions
and
0 deletions
+150
-0
车辆绑定状态列表.md
tboss-web-api/CarBindStatusController/车辆绑定状态列表.md
+150
-0
No files found.
tboss-web-api/CarBindStatusController/车辆绑定状态列表.md
0 → 100644
View file @
b55a8988
# 车辆绑定状态列表
> URL: http://localhost:13021/jac/operate/vehicle/carBindStatus/list
>
> Origin Url: http://localhost:13021/jac/operate/vehicle/carBindStatus/list
>
> Type: POST
### Request headers
|Header Name| Header Value|
|---------|------|
|authorization|Bearer eyJhbGciOiJIUzUxMiJ9.eyJ1c2VyX2lkIjo1MTM0MywidGVuYW50SWQiOjEsInVzZXJfa2V5IjoiZWFkZTRhOGMtMjZjZi00MmVkLWFjMTItZjFjZDFiYmY1YjhiIiwidXNlcm5hbWUiOiJxdXdlaSJ9.ZUVOV13KsU8gGHyMrOJn1wagB--Reu1-Es3Z7qnK8DewS7bybmGjJo_yDQglEOGbYMFOi3L1BBJPtn-4Qw1NZQ |
|Token|cf25338693b54127b2ceb22d6b916ed4|
### Parameters
##### Path parameters
| Parameter | Type | Value | Description |
|---------|------|------|------------|
##### URL parameters
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
##### Body parameters
###### JSON
```
{
"salesStartDate": "2026-04-01",
"salesEndDate": "2026-06-26",
"chassisNum": "",
"page_size": "10",
"page_number": "1",
}
```
###### JSON document
```
{
"versionType":"No comment,Value =versionType_lm9p6",
"salesEndDate":"销售结束日期 yyyy-MM-dd",
"autoIncreaseId":"No comment,Value =1",
"page_total":"No comment,Value =page_total_u0eb5",
"userAttribute":"No comment,Value =userAttribute_l67fm",
"userPhone":"操作用户手机号,精确",
"sort":"No comment,Value =sort_lu812",
"chassisNum":"底盘号,模糊",
"userId":"No comment,Value =userId_0tlg1",
"version":"No comment,Value =version_idlse",
"orgId":"No comment,Value =orgId_r2257",
"token":"No comment,Value =token_ue2u2",
"accPhone":"No comment,Value =accPhone_tfpdu",
"page_number":"No comment,Value =page_number_45dut",
"salesStartDate":"销售开始日期 yyyy-MM-dd",
"sortType":"排序方式:1-升序、0-降序",
"appType":"No comment,Value =appType_erig4",
"accId":"No comment,Value =accId_ph2rt",
"accountNickname":"No comment,Value =accountNickname_o1cmi",
"bindStatus":"绑定状态:0全部 1已绑定 2未绑定",
"exportFileName":"导出文件名(不含扩展名)",
"page_size":"No comment,Value =page_size_y56iz",
"ucId":"No comment,Value =ucId_cvvs9",
"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": "3f653de1f4e8573d",
"data": {
"total": 3,
"other": null,
"page_total": 1,
"list": [
{
"chassisNum": "SF001071",
"powerType": "0",
"powerTypeName": "燃油车",
"salesDate": "2026-04-21 07:15:34",
"dmsSyncTime": "2026-04-21 07:34:20",
"bindStatus": 1,
"bindStatusName": "已绑定",
"userPhone": "177****7287",
"lastOperateTime": "2026-06-25 17:39:49"
},
{
"chassisNum": "M1726796",
"powerType": null,
"powerTypeName": "燃油车",
"salesDate": "2026-04-09 09:33:06",
"dmsSyncTime": "2026-03-23 22:31:30",
"bindStatus": 1,
"bindStatusName": "已绑定",
"userPhone": "152****3880",
"lastOperateTime": "2026-06-25 17:39:49"
},
{
"chassisNum": "L1712637",
"powerType": "0",
"powerTypeName": "燃油车",
"salesDate": "2026-04-10 11:00:29",
"dmsSyncTime": "2020-12-29 09:02:58",
"bindStatus": 1,
"bindStatusName": "已绑定",
"userPhone": "187****2961",
"lastOperateTime": "2026-06-25 17:39:49"
}
],
"data": null
}
}
```
##### Response document
```
{
"traceId":"接口响应ID",
"data":{},
"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