Commit da480c7b authored by quwei's avatar quwei 🤸🏼

sync data

parent a91dd547
# 查询车辆在线趋势(默认近31天不含当天)
> URL: http://localhost:9210/vehicleOnlineTrend/query
>
> Origin Url: http://localhost:9210/vehicleOnlineTrend/query
>
> Type: POST
### Request headers
|Header Name| Header Value|
|---------|------|
|Authorization|Bearer eyJhbGciOiJIUzUxMiJ9.eyJ1c2VyX2lkIjo1MTM0MywidGVuYW50SWQiOjEsInVzZXJfa2V5IjoiZmI1YWU5ZjgtNDEwMC00M2IzLThmNjYtOWI3YjhmMjljN2MzIiwidXNlcm5hbWUiOiJxdXdlaSJ9.CUWgJHY94Q3OiPo9pStOnlZ2vwpOjGwcNIkQ-5SP9Jn5x-1rBzByk7Xw-E7HooKqc43XhSNpi-uffAkz3-RrIg|
### Parameters
##### Path parameters
| Parameter | Type | Value | Description |
|---------|------|------|------------|
##### URL parameters
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
##### Body parameters
###### JSON
```
{
"startDate": "2026-05-03",
"endDate": "2026-06-01",
}
```
###### JSON document
```
{
"request":{},
"loginUser":{
"tenants":[
{
"tenantName":"租户名称",
"createTime":"创建时间",
"tenantId":"租户ID",
"updateTime":"更新时间",
"tenantCode":"租户编码",
"status":"状态(0正常 1停用)"
}
],
"loginTime":"登录时间",
"expireTime":"过期时间",
"permissions":[
"权限列表"
],
"roles":[
"角色列表"
],
"tenantId":"租户ID",
"tenantCode":"租户编码",
"sysUser":{
"deptName":"No comment,Value =deptName_784ac",
"roles":[
{
"flag":"用户是否存在此角色标识 默认不存在",
"remark":"备注",
"tenantCode":"No comment,Value =tenantCode_ca1fi",
"delFlag":"删除标志(0代表存在 2代表删除)",
"deptCheckStrictly":"部门树选择项是否关联显示(0:父子不互相关联显示 1:父子互相关联显示 )",
"allocatedFlag":"No comment,Value =true",
"updateBy":"更新者",
"menuCheckStrictly":"菜单树选择项是否关联显示( 0:父子不互相关联显示 1:父子互相关联显示)",
"permissions":[
"permissions_gstvo"
],
"roleKey":"No comment,Value =roleKey_3tmqj",
"deptIds":[
1
],
"beginTime":"No comment,Value =beginTime_9pymu",
"roleId":"角色ID",
"tenantList":[
{
"tenantName":"tenantName_7mu54",
"createTime":"2026-06-02 13:51:18",
"tenantId":1,
"updateTime":"2026-06-02 13:51:18",
"tenantCode":"tenantCode_uvych",
"status":"status_2fkg6"
}
],
"updateTime":"更新时间",
"dataScope":"数据范围(1:所有数据权限;2:自定义数据权限;3:本部门数据权限;4:本部门及以下数据权限;5:仅本人数据权限)",
"params":{},
"roleSort":"角色排序",
"createBy":"创建者",
"createTime":"创建时间",
"roleName":"No comment,Value =roleName_41q3o",
"tenantId":"No comment,Value =1",
"endTime":"No comment,Value =endTime_jymyb",
"menuIds":[
1
],
"status":"No comment,Value =status_aje5s"
}
],
"phonenumber":"No comment,Value =phonenumber_wedaj",
"loginDate":"最后登录时间",
"remark":"备注",
"tenantCode":"No comment,Value =tenantCode_yexq4",
"delFlag":"删除标志(0代表存在 2代表删除)",
"password":"密码",
"updateBy":"更新者",
"postIds":[
"岗位组"
],
"loginIp":"No comment,Value =loginIp_3tibx",
"pwdUpdateDate":"密码最后更新时间",
"beginTime":"No comment,Value =beginTime_yhe0z",
"jobType":"No comment,Value =1",
"email":"No comment,Value =email_u7pyx",
"nickName":"No comment,Value =nickName_vldt4",
"isLeader":"No comment,Value =isLeader_82b07",
"roleId":"角色ID",
"sex":"No comment,Value =sex_i1qea",
"deptId":"No comment,Value =1",
"updateTime":"更新时间",
"avatar":"用户头像",
"team":[
{
"name":"No comment,Value =name_yay3d",
"id":"No comment,Value =1"
}
],
"userName":"No comment,Value =userName_ud2jz",
"roleList":[
{
"tenants":[
{
"tenantName":"tenantName_r6m80",
"createTime":"2026-06-02 13:51:18",
"tenantId":1,
"updateTime":"2026-06-02 13:51:18",
"tenantCode":"tenantCode_gkxeh",
"status":"status_q8giu"
}
],
"roleId":"No comment,Value =1",
"roleName":"No comment,Value =roleName_nlk7g"
}
],
"params":{},
"userId":"用户ID",
"queryType":"No comment,Value =1",
"createBy":"创建者",
"roleIds":[
"角色组"
],
"createTime":"创建时间",
"userType":"No comment,Value =userType_wnekb",
"endTime":"No comment,Value =endTime_je11z",
"plaintextPassword":"No comment,Value =plaintextPassword_czait",
"status":"账号状态(0正常 1停用)"
},
"ipaddr":"登录IP地址",
"userId":"用户名id",
"token":"用户唯一标识",
"username":"用户名"
},
"page_number":"当前页",
"endDate":"No comment,Value =endDate_is5kb",
"sortType":"排序方式",
"page_total":"总页数",
"reset":"No comment,Value =true",
"sort":"排序字段",
"plantCode":"No comment,Value =plantCode_k8hp7",
"startDate":"No comment,Value =startDate_eu8a4",
"token":"当前登录用户的token",
"page_size":"每页行数"
}
```
##### Form URL-Encoded
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
##### Multipart
|Required | Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
### Response
##### Response example
```
{
"resultCode": 200,
"message": "OK",
"traceId": "6484597e6ae67e52",
"data": {
"startDate": "2026-05-03",
"endDate": "2026-06-01",
"currentTotalCarCount": 613682,
"items": [
{
"statDate": "260503",
"onlineCount": 432546,
"totalCarCount": 613660,
"onlineRate": 70.49
},
{
"statDate": "260504",
"onlineCount": 425914,
"totalCarCount": 613660,
"onlineRate": 69.41
},
{
"statDate": "260505",
"onlineCount": 324043,
"totalCarCount": 613660,
"onlineRate": 52.80
},
{
"statDate": "260506",
"onlineCount": 486198,
"totalCarCount": 613661,
"onlineRate": 79.23
},
{
"statDate": "260507",
"onlineCount": 367820,
"totalCarCount": 613661,
"onlineRate": 59.94
},
{
"statDate": "260508",
"onlineCount": 466885,
"totalCarCount": 613663,
"onlineRate": 76.08
},
{
"statDate": "260509",
"onlineCount": 351394,
"totalCarCount": 613664,
"onlineRate": 57.26
},
{
"statDate": "260510",
"onlineCount": 400568,
"totalCarCount": 613664,
"onlineRate": 65.27
},
{
"statDate": "260511",
"onlineCount": 377407,
"totalCarCount": 613664,
"onlineRate": 61.50
},
{
"statDate": "260512",
"onlineCount": 413287,
"totalCarCount": 613664,
"onlineRate": 67.35
},
{
"statDate": "260513",
"onlineCount": 359399,
"totalCarCount": 613666,
"onlineRate": 58.57
},
{
"statDate": "260514",
"onlineCount": 328916,
"totalCarCount": 613666,
"onlineRate": 53.60
},
{
"statDate": "260515",
"onlineCount": 429601,
"totalCarCount": 613672,
"onlineRate": 70.00
},
{
"statDate": "260516",
"onlineCount": 441241,
"totalCarCount": 613672,
"onlineRate": 71.90
},
{
"statDate": "260517",
"onlineCount": 375161,
"totalCarCount": 613672,
"onlineRate": 61.13
},
{
"statDate": "260518",
"onlineCount": 332923,
"totalCarCount": 613674,
"onlineRate": 54.25
},
{
"statDate": "260519",
"onlineCount": 337090,
"totalCarCount": 613676,
"onlineRate": 54.93
},
{
"statDate": "260520",
"onlineCount": 326192,
"totalCarCount": 613677,
"onlineRate": 53.15
},
{
"statDate": "260521",
"onlineCount": 497155,
"totalCarCount": 613677,
"onlineRate": 81.01
},
{
"statDate": "260522",
"onlineCount": 468565,
"totalCarCount": 613678,
"onlineRate": 76.35
},
{
"statDate": "260523",
"onlineCount": 429290,
"totalCarCount": 613678,
"onlineRate": 69.95
},
{
"statDate": "260524",
"onlineCount": 371009,
"totalCarCount": 613678,
"onlineRate": 60.46
},
{
"statDate": "260525",
"onlineCount": 355576,
"totalCarCount": 613679,
"onlineRate": 57.94
},
{
"statDate": "260526",
"onlineCount": 378942,
"totalCarCount": 613680,
"onlineRate": 61.75
},
{
"statDate": "260527",
"onlineCount": 308533,
"totalCarCount": 613680,
"onlineRate": 50.28
},
{
"statDate": "260528",
"onlineCount": 375479,
"totalCarCount": 613680,
"onlineRate": 61.18
},
{
"statDate": "260529",
"onlineCount": 360934,
"totalCarCount": 613681,
"onlineRate": 58.81
},
{
"statDate": "260530",
"onlineCount": 453914,
"totalCarCount": 613682,
"onlineRate": 73.97
},
{
"statDate": "260531",
"onlineCount": 464999,
"totalCarCount": 613682,
"onlineRate": 75.77
},
{
"statDate": "260601",
"onlineCount": 330266,
"totalCarCount": 613682,
"onlineRate": 53.82
}
]
}
}
```
##### Response document
```
{
"traceId":"No comment,Type =String",
"data":{},
"resultCode":"No comment,Type =Number",
"message":"No comment,Type =String"
}
```
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