curl --location --request GET 'https://192.168.88.32:9781/bvcsp/v1/plan/record/' \
--header 'Authorization;'
{
"code": 0,
"msg": "string",
"data": {
"uid": "string",
"name": "string",
"beginTime": 0,
"endTime": 0,
"enable": true,
"desc": "string",
"onlineModeList": [
"wifi"
],
"recordTypeList": [
"video"
],
"time_slice": {
"week": 0,
"hour": 0,
"minute": 0,
"second": 0,
"duration": 0
}
}
}