Authorization: Bearer ********************
{
"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,
"cranes": [
"string"
]
}
curl --location --request POST 'https://jiugang.mhiiot.cn/openapi/project/api/Gateway/add' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"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,
"cranes": [
"string"
]
}'
{}