Authorization: Bearer ********************
curl --location --request GET 'https://jiugang.mhiiot.cn/openapi/project/api/Gateway/list' \
--header 'Authorization: Bearer <token>'
{
"statusCode": 0,
"errorMessage": "string",
"mD5": "string",
"isSuccess": true,
"timestamp": "string",
"data": {
"pageNo": 0,
"pageSize": 0,
"totalPage": 0,
"totalRows": 0,
"rows": [
{
"id": "string",
"name": "string",
"edgeType": 0,
"isActive": true,
"isOnline": true,
"isBind": true,
"mac": "string",
"onlineTime": "2019-08-24T14:15:22Z",
"offlineTime": "2019-08-24T14:15:22Z",
"password": "string",
"note": "string",
"status": 0,
"craneIds": "string",
"cranes": [
"string"
]
}
]
}
}