{}
curl --location --request GET 'https://iot-dev.utapp.cn/api/productServe/getMapping/' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"code": 0,
"success": true,
"message": "操作成功",
"data": [
{
"id": "21LdAG23kz-",
"mappingId": "double",
"productId": "gjyzb0qOmEU",
"desc": "",
"mappingType": "service",
"value": "5",
"identifier": "",
"serviceId": "YK_DOUBLE",
"param": [
{
"identifier": "value",
"value": "10",
"default": false,
"dataType": "",
"name": ""
}
]
}
]
}