{
'deviceNames':['DBE76BC96A2F0978E8F8F38BA03298A6']
}
curl --location --request POST 'http://192.168.44.188:19700/api/v2/device/getProductKeysByDeviceNames' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
'\''deviceNames'\'':['\''DBE76BC96A2F0978E8F8F38BA03298A6'\'']
}'
{
"code": 0,
"message": "操作成功",
"data": {
"deviceId": "string",
"productKey": "string",
"deviceName": "string"
},
"success": "true"
}