curl --location --request GET 'https://192.168.88.32:9781/bvcsp/v1/linkaction/' \
--header 'Authorization: login成功返回的token' \
--header 'Content-Type: application/json'
{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"name": "string",
"enable": true,
"beginTime": 0,
"endTime": 0,
"dayTimeSliceList": [
{
"week": 0,
"hour": 0,
"minute": 0,
"second": 0,
"duration": 0
}
],
"sourceList": [
{
"eventType": 1,
"payload": "string",
"actionList": [
0
]
}
],
"objectList": [
{
"id": 0,
"objectType": "string",
"objectId": "string"
}
]
}
}