Commit 6e439d1d authored by quwei's avatar quwei 🤸🏼

sync data

parent 26134c6d
# queryMeterMileageExcList
> URL: http://localhost:9217/depotBusinessReport/queryMeterMileageExcList?page_number=1&page_size=10
>
> Origin Url: http://localhost:9217/depotBusinessReport/queryMeterMileageExcList
>
> Type: GET
### Request headers
|Header Name| Header Value|
|---------|------|
|authorization|Bearer eyJhbGciOiJIUzUxMiJ9.eyJ1c2VyX2lkIjo1MTM0MywidGVuYW50SWQiOjEsInVzZXJfa2V5IjoiZWJlM2IwNWUtYzQwOS00MzhlLTlmNzEtMzc0NzA0N2VmNjUxIiwidXNlcm5hbWUiOiJxdXdlaSJ9.UunpPEWZUCWdssLXmwp7iCPJNSbKBtpGeAcuvldA6L5nDk-6G_PfqelQ1dor4uT-6DovdvXC6umxRFUUp3oMUg|
### Parameters
##### Path parameters
| Parameter | Type | Value | Description |
|---------|------|------|------------|
##### URL parameters
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
|true|page_number|Number|1|当前页|
|true|page_size|Number|10||
##### Body parameters
###### JSON
```
```
###### JSON document
```
null
```
##### Form URL-Encoded
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
##### Multipart
|Required | Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
### Response
##### Response example
```
{
"resultCode": 200,
"message": "OK",
"traceId": "45199a2cf0351f52",
"data": {
"total": 193,
"other": null,
"page_total": 20,
"list": [
{
"id": 382,
"vin": "L1923639",
"carModelCode": "E523A-201I03-000",
"timeReceive": "2020-12-14 08:16:09",
"receiveMileage": 4305.75,
"timeClose": "2020-12-14 08:19:21",
"endrepairMileage": 4305.75,
"replaceStatus": 1,
"replaceStatusStr": "未处理",
"timeUpdateStatus": null
},
{
"id": 383,
"vin": "L1326989",
"carModelCode": "LE6A1-200167-000",
"timeReceive": "2020-12-14 09:42:37",
"receiveMileage": 6472.87,
"timeClose": "2020-12-14 10:44:52",
"endrepairMileage": 6472.87,
"replaceStatus": 1,
"replaceStatusStr": "未处理",
"timeUpdateStatus": null
},
{
"id": 403,
"vin": "L1924244",
"carModelCode": "",
"timeReceive": "2020-12-15 09:46:24",
"receiveMileage": 4230.5,
"timeClose": "2020-12-15 10:40:29",
"endrepairMileage": 4230.5,
"replaceStatus": 1,
"replaceStatusStr": "未处理",
"timeUpdateStatus": null
},
{
"id": 421,
"vin": "L1120067",
"carModelCode": "LD199-100E03-000",
"timeReceive": "2020-12-15 13:57:45",
"receiveMileage": 6628.37,
"timeClose": "2020-12-15 14:02:28",
"endrepairMileage": 6628.37,
"replaceStatus": 1,
"replaceStatusStr": "未处理",
"timeUpdateStatus": null
},
{
"id": 419,
"vin": "L1324145",
"carModelCode": null,
"timeReceive": "2020-12-15 13:54:36",
"receiveMileage": 2633.25,
"timeClose": "2020-12-15 14:45:37",
"endrepairMileage": 2635.87,
"replaceStatus": 1,
"replaceStatusStr": "未处理",
"timeUpdateStatus": null
},
{
"id": 418,
"vin": "L1122686",
"carModelCode": "",
"timeReceive": "2020-12-15 13:54:29",
"receiveMileage": 3181.0,
"timeClose": "2020-12-15 16:09:58",
"endrepairMileage": 3181.12,
"replaceStatus": 1,
"replaceStatusStr": "未处理",
"timeUpdateStatus": null
},
{
"id": 425,
"vin": "L1118758",
"carModelCode": null,
"timeReceive": "2020-12-15 15:38:19",
"receiveMileage": 3829.25,
"timeClose": "2020-12-15 16:17:14",
"endrepairMileage": 3829.25,
"replaceStatus": 1,
"replaceStatusStr": "未处理",
"timeUpdateStatus": null
},
{
"id": 429,
"vin": "L1916386",
"carModelCode": "E5294-202C03-000",
"timeReceive": "2020-12-15 16:58:25",
"receiveMileage": 4407.12,
"timeClose": "2020-12-15 17:01:34",
"endrepairMileage": 4407.12,
"replaceStatus": 1,
"replaceStatusStr": "未处理",
"timeUpdateStatus": null
},
{
"id": 440,
"vin": "L1320677",
"carModelCode": null,
"timeReceive": "2020-12-16 09:57:49",
"receiveMileage": 3702.62,
"timeClose": "2020-12-16 10:46:38",
"endrepairMileage": 3702.62,
"replaceStatus": 1,
"replaceStatusStr": "未处理",
"timeUpdateStatus": null
},
{
"id": 444,
"vin": "L1906625",
"carModelCode": "E5294-200H04-000",
"timeReceive": "2020-12-16 11:37:10",
"receiveMileage": 3183.5,
"timeClose": "2020-12-16 11:42:11",
"endrepairMileage": 3183.5,
"replaceStatus": 1,
"replaceStatusStr": "未处理",
"timeUpdateStatus": null
}
],
"data": null
}
}
```
##### 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