Commit d56971b0 authored by quwei's avatar quwei 🤸🏼

sync data

parent bcc789cf
# 总数字段弹窗详情(柱状图)
> URL: http://localhost:9210/canData/dynamicDetail?chassisNum=L1505677&countFieldId=165&datasetType=1&gbVersion=2016
>
> Origin Url: http://localhost:9210/canData/dynamicDetail
>
> Type: GET
### Request headers
|Header Name| Header Value|
|---------|------|
|Authorization|eyJhbGciOiJIUzUxMiJ9.eyJ1c2VyX2lkIjoxLCJ0ZW5hbnRJZCI6MSwidXNlcl9rZXkiOiIyYTAxMGY4Zi05Yjc4LTQzZGQtOTkzOC00NDJhYTlmMmE0MzAiLCJ1c2VybmFtZSI6ImFkbWluIn0.U-gOXcDRVSse1XLLuM_gTFu6lUqNI-xnIBK9el1NzrFnp8UX8MstT01o97bEc8pQL9aI4W0oQmRqUXNKYb-yYw|
### Parameters
##### Path parameters
| Parameter | Type | Value | Description |
|---------|------|------|------------|
##### URL parameters
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
|true|chassisNum|String|L1505677||
|true|countFieldId|Number|165|总数字段ID|
|true|datasetType|Number|1|数据集类型|
|true|gbVersion|Number|2016||
##### 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": "60341cedfd221c4f",
"data": {
"fieldName": "通用报警故障总数",
"count": 3,
"labels": [
"通用报警故障1",
"通用报警故障2",
"通用报警故障3"
],
"values": [
3.1,
3.2,
3.3
],
"detailType": null,
"templateFields": null,
"repeatRows": 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