Authorization: Bearer ********************
curl --location --request GET '/smart-plug/get-status-logs'
{
"code": 0,
"message": "string",
"stdcode": 0,
"data": {
"logs": [
{
"status": 0,
"createtime": 0,
"createtime_format": "string",
"index": 0,
"state": 0
}
],
"currentpage": 0,
"totalpage": 0,
"name": "string",
"sn": "string",
"count": 0,
"sub": [
{
"index": 0,
"logs": [
{
"status": 0,
"createtime": 0,
"createtime_format": "string",
"index": 0,
"state": 0
}
],
"currentpage": 0,
"totalpage": 0,
"name": "string",
"sn": "string",
"count": 0
}
]
},
"category": "string",
"action": "string"
}