1.URL
http://124.223.60.234:8080/system/asset/driver/queryLoginUserDriverList
or Server in US
https://cloud.aovx.com/prod/system/asset/driver/queryLoginUserDriverList
2.Request parameters
2.1.Request headers
Add token in Headers: After successful login verification, the corresponding tokenId in user login response data

2.2.Parameters example
{
"key":"",
"pageNum":1,
"pageSize":20
}
2.3.Parameters description
Field |
Data type |
description |
required |
key |
String |
Fuzzy query key |
Y |
pageNum |
int |
Paging query for current page number, default 1 |
Y |
pageSize |
int |
Paging query displays the number of items per page, default 20 |
Y |
3.Response content
3.1.Response example
{
"code": 200,
"message": "Operation succeeded",
"data": {
"total": 3,
"size": 1,
"data": [
{
"id": "928D6DD5F5B1422DB21637A8DEC7D1C0",
"ownerName": "李四",
"typeId": 1,
"typeName": "{\"0\":\"driver\",\"1\":\"司机\"}",
"orgId": "199D9E6F70114AD3A36ACA6A9742B66D",
"orgName": "国内客户",
"vehicles": [
{
"id": "0BEB187C31D74190BC30EF4C983CE3EB",
"vehicleNum": "V-000000007",
"orgId": "199D9E6F70114AD3A36ACA6A9742B66D",
"orgName": "国内客户",
"vehicleTypeId": 1,
"vehicleTypeName": "{\"0\":\"Van\",\"1\":\"厢式货车\"}"
}
],
"phoneNum": "15359621234",
"email": "571521973@qq.com",
"licenseUrl": "",
"status": 1,
"descInfo": "",
"createTime": "2023-01-29 08:26:24",
"creatorId": "F940B79790004404AAC277418FC71C5D",
"creator": null
},
{
"id": "933794C1FCB84CCBB9AEBB4901F30321",
"ownerName": "赵一",
"typeId": 1,
"typeName": "{\"0\":\"driver\",\"1\":\"司机\"}",
"orgId": "199D9E6F70114AD3A36ACA6A9742B66D",
"orgName": "国内客户",
"vehicles": [
{
"id": "108C6B883B6746239CB632CBF3110BD2",
"vehicleNum": "V-0004",
"orgId": "199D9E6F70114AD3A36ACA6A9742B66D",
"orgName": "国内客户",
"vehicleTypeId": 1,
"vehicleTypeName": "{\"0\":\"Van\",\"1\":\"厢式货车\"}"
}
],
"phoneNum": "15359621234",
"email": "571521973@qq.com",
"licenseUrl": "",
"status": 1,
"descInfo": "",
"createTime": "2023-01-29 08:26:56",
"creatorId": "F940B79790004404AAC277418FC71C5D",
"creator": null
},
{
"id": "C4EF25451BEA4253B854E49C93CF8B78",
"ownerName": "王二",
"typeId": 1,
"typeName": "{\"0\":\"driver\",\"1\":\"司机\"}",
"orgId": "199D9E6F70114AD3A36ACA6A9742B66D",
"orgName": "国内客户",
"vehicles": [
{
"id": "3C0D8D2E347E4A2AA44DA9F7665ECEA6",
"vehicleNum": "V-01001",
"orgId": "F940B79790004404AAC277418FC71C5E",
"orgName": "云息通信",
"vehicleTypeId": 1,
"vehicleTypeName": "{\"0\":\"Van\",\"1\":\"厢式货车\"}"
}
],
"phoneNum": "15359621234",
"email": "571521973@qq.com",
"licenseUrl": "",
"status": 1,
"descInfo": "sssss",
"createTime": "2023-01-29 08:27:50",
"creatorId": "F940B79790004404AAC277418FC71C5D",
"creator": null
}
]
}
}
3.2.Response description
Field |
Data type |
description |
code |
int |
Return code |
message |
String |
Return message |
data |
object |
Response data |
Response data description
Field |
Data type |
description |
total |
String |
Total number of paged queries |
size |
String |
How many pages are there for pagination query |
data |
object |
Result set per page |
Per page data description
Field |
Data type |
description |
id |
String |
Unique identification of asset owner |
ownerName |
String |
Asset owner name |
typeId |
int |
Asset owner type Id |
typeName |
String |
Asset owner type name |
orgId |
String |
Organizational Unique Identification |
orgName |
String |
Organization Name |
vehicles |
String |
Collection of asset owner binding assets |
phoneNum |
String |
Telephone |
email |
String |
Contact Email |
licenseUrl |
String |
The ID file URL of the asset owner supports uploading multiple files, storing them in a list and converting them into JSON strings |
status |
Integer |
Asset owner status (0: Disabled; 1: enable) |
descInfo |
String |
describe |
createTime |
String |
Registration time |
creatorId |
String |
Unique identifier of the registrant |
creator |
String |
registrant |
vehicles description
Field |
Data type |
description |
id |
String |
Unique identification of asset |
vehicleNum |
String |
Asset number |
orgId |
String |
Organizational Unique Identification |
orgName |
String |
Organization Name |
vehicleTypeId |
int |
Asset type id |
vehicleTypeName |
String |
Asset type name |
作者:admin 创建时间:2023-04-25 10:14
最后编辑:admin 更新时间:2024-12-27 19:48