说明 / 示例
`js
request data
{}
response data:
{
"retcode": 200,#响应码
"result": [
{
"id": 1,#序号
"device_type": 0,#设备类型:0防区型 ,1定位型
"time_limit": 500,#时间限制
"frequency_limit": 200,#次数限制
"length_limit": 1000#长度限制
},
{
"id": 2,
"device_type": 1,
"time_limit": 120,
"frequency_limit": 50,
"length_limit": 500
}
]
}
`