curl --location --request GET 'https://iot-dev.utapp.cn/api/productVersion/getProductVersionById/' \
--header 'Authorization-Type;' \
--header 'X-Authorization;'
map<sting,object>
map<string,object>类型,入参的默认值
{
"id": "",
"productId": "",
"version": "",
"versionDesc": "",
"properties": [
{
"identifier": "string",
"name": "string",
"desc": "string",
"sort": "string",
"valueInfo": {
"valueType": "string",
"unit": "string",
"coefficient": 0,
"precision": 0,
"min": 0,
"max": 0,
"maxLength": 0,
"falseText": "string",
"trueText": "string",
"elements": {},
"elementType": {},
"properties": [
{
"identifier": "string",
"name": "string",
"desc": "string",
"sort": "string",
"valueInfo": {},
"value": {},
"ts": 0
}
]
},
"value": {},
"ts": 0,
"accessMode": "string",
"propertyType": "string",
"extension": {},
"store": true,
"filter": true,
"filterRule": {
"regions": [
{
"left": 0,
"right": 0
}
],
"deadZone": 0,
"ignoreDuplicate": true
},
"kind": "string",
"groupName": "string",
"groupIdentifier": "string"
}
],
"serves": [
{
"identifier": "string",
"method": "string",
"pId": "string",
"name": "string",
"desc": "string",
"sort": 0,
"inputs": [
{
"identifier": "string",
"name": "string",
"desc": "string",
"sort": "string",
"valueInfo": {
"valueType": "string",
"unit": "string",
"coefficient": 0,
"precision": 0,
"min": 0,
"max": 0,
"maxLength": 0,
"falseText": "string",
"trueText": "string",
"elements": {},
"elementType": {},
"properties": [
{}
]
},
"value": {},
"ts": 0
}
],
"defaultValue": {},
"outputs": [
{
"identifier": "string",
"name": "string",
"desc": "string",
"sort": "string",
"valueInfo": {
"valueType": "string",
"unit": "string",
"coefficient": 0,
"precision": 0,
"min": 0,
"max": 0,
"maxLength": 0,
"falseText": "string",
"trueText": "string",
"elements": {},
"elementType": {},
"properties": [
{}
]
},
"value": {},
"ts": 0
}
]
}
],
"events": [
{
"identifier": "string",
"name": "string",
"desc": "string",
"sort": 0,
"eventInfos": [
{
"identifier": "string",
"name": "string",
"desc": "string",
"sort": "string",
"valueInfo": {
"valueType": "string",
"unit": "string",
"coefficient": 0,
"precision": 0,
"min": 0,
"max": 0,
"maxLength": 0,
"falseText": "string",
"trueText": "string",
"elements": {},
"elementType": {},
"properties": [
{}
]
},
"value": {},
"ts": 0
}
],
"values": {},
"enableParamsVerify": true
}
]
}