Authorization: Bearer ********************
curl --location --request GET 'https://jiugang.mhiiot.cn/openapi/project/api/EventBaseModel/Base' \
--header 'Authorization: Bearer <token>'
{
"statusCode": 0,
"errorMessage": "string",
"mD5": "string",
"isSuccess": true,
"timestamp": "string",
"data": [
{
"id": "string",
"deviceType": "string",
"deviceCode": "string",
"eventInfo": "string",
"deviceEventIndex": "string",
"code": "string",
"name": "string",
"level": 0,
"reason": "string",
"reasonAnalysis": "string",
"solution": "string",
"tool": "string",
"taskType": 0,
"taskUiType": 0
}
]
}