1.URL
http://124.223.60.234:8080/system/asset/terminaltype/queryTerminalTypeListForList
or
https://cloud.aovx.com/prod/system/asset/terminaltype/queryTerminalTypeListForList
2.Request parameters
2.1.Request headers
Add token in Headers: After successful login verification, the corresponding tokenId in user login response data
2.2.Parameters example
{
"id":"5E44D7342FAC43DF8169E6DF87D3C6AF"
}
2.3.Parameters description
Field | Data type | description | required |
---|---|---|---|
id | String | Organizational Unique Identification | Y |
3.Response content
3.1.Response example
{
"code": 200,
"message": "Operation succeeded",
"data": [
{
"terminalTypeId": 100,
"typeName": "C-AOVX-V",
"gateway": "124.223.60.234:6608"
},
{
"terminalTypeId": 101,
"typeName": "AOVX-G",
"gateway": "124.223.60.234:6608"
},
{
"terminalTypeId": 102,
"typeName": "AOVX-A",
"gateway": "124.223.60.234:6608"
},
{
"terminalTypeId": 808,
"typeName": "C-808",
"gateway": "124.223.60.234:6608"
}
]
}
3.2.Response description
Field | Data type | description |
---|---|---|
code | int | Return code |
message | String | Return message |
data | object | Response data |
Response data description
Field | Data type | description |
---|---|---|
terminalTypeId | String | Device Type ID |
typeName | String | Device type name |
gateway | String | The gateway address registered for this type of device |
作者:admin 创建时间:2023-04-25 09:55
最后编辑:admin 更新时间:2024-12-27 19:48
最后编辑:admin 更新时间:2024-12-27 19:48