Authorization: Bearer ********************
curl --location --request GET 'https://jiugang.mhiiot.cn/openapi/project/api/DataReportCraneAnalysis/WorkAnalysis/Trend'
{
"statusCode": 0,
"errorMessage": "string",
"mD5": "string",
"isSuccess": true,
"timestamp": "string",
"data": [
{
"name": "string",
"data": [
{
"x_Value": "string",
"value": 0,
"sortWeekTime": "2019-08-24T14:15:22Z",
"weekYear": "string"
}
]
}
]
}