{
"childs":[
{
"productKey": "UH-KZ-U5",
"name": "1",
"description": "1"
},
{
"productKey": "UH-KZ-U5",
"name": "2",
"description": "2"
},
{
"productKey": "UH-KZ-U5",
"name": "3",
"description": "3"
}
],
"parentId": "fwyDnikaWZF"
}
curl --location --request POST 'https://iot-dev.utapp.cn/api/v2/device/batchCreateChildDevices' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"childs":[
{
"productKey": "UH-KZ-U5",
"name": "1",
"description": "1"
},
{
"productKey": "UH-KZ-U5",
"name": "2",
"description": "2"
},
{
"productKey": "UH-KZ-U5",
"name": "3",
"description": "3"
}
],
"parentId": "fwyDnikaWZF"
}'
{
"code": 0,
"message": "操作成功",
"data": [
{
"name": "string",
"productKey": "string",
"id": "string"
}
],
"success": "true"
}