简要描述
- contractLineChart dashboard
请求URL
192.168.1.8:8888/dashboard/contractLineChart
请求方式
请求头
参数名 |
示例 |
必选 |
类型 |
说明 |
x-token |
xxxxxx |
是 |
string |
token |
返回示例
{
"code": "200000",
"message": "操作成功",
"payload": {
"finish": {
"lineChart": [
{
"time": "202112",
"totals": 1
},
{
"time": "202111",
"totals": 1
},
{
"time": "202110",
"totals": 0
},
{
"time": "202109",
"totals": 0
},
{
"time": "202108",
"totals": 0
},
{
"time": "202107",
"totals": 0
},
{
"time": "202106",
"totals": 0
},
{
"time": "202105",
"totals": 0
},
{
"time": "202104",
"totals": 0
},
{
"time": "202103",
"totals": 0
},
{
"time": "202102",
"totals": 0
},
{
"time": "202101",
"totals": 0
},
{
"time": "202012",
"totals": 0
},
{
"time": "202011",
"totals": 0
},
{
"time": "202010",
"totals": 0
}
],
"total": 2
}
}
}
返回参数说明
参数名 |
类型 |
说明 |
code |
string |
状态码 |
message |
string |
状态信息 |
payload |
Object |
payload |
备注