Authorization: Bearer ********************
curl --location --request GET 'https://jiugang.mhiiot.cn/openapi/project/api/CircuitDiagram/GetSwitchGuideLogDetail' \
--header 'Authorization: Bearer <token>'
{
"statusCode": 0,
"errorMessage": "string",
"mD5": "string",
"isSuccess": true,
"timestamp": "string",
"data": [
{
"step": "string",
"logs": [
{
"agentName": "string",
"originalStatus": 0,
"nowStatus": 0,
"result": true,
"operateTime": "2019-08-24T14:15:22Z",
"type": "string"
}
]
}
]
}