curl --location --request GET 'https://192.168.88.32:9781/bvcsp/v1/platffence/info/' \
--header 'Authorization;'
{
"code": 0,
"msg": "string",
"data": {
"id": "string",
"name": "string",
"desc": "string",
"creator": "string",
"createTime": 0,
"beginTime": 0,
"endTime": 0,
"status": 0,
"actionType": 0,
"fenceType": 1,
"radius": 0,
"coords": [
{
"lat": 0,
"lng": 0
}
],
"alarmTimes": [
{
"hourBegin": 0,
"minuteBegin": 0,
"secondBegin": 0,
"hourEnd": 0,
"minuteEnd": 0,
"secondEnd": 0
}
]
}
}