curl --location --request GET 'https://192.168.88.32:9781/bvcsp/v1/linkaction/action/' \
--header 'Authorization: login成功返回的token' \
--header 'Content-Type: application/json'
{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"name": "string",
"actionType": 4096,
"count": 0,
"delayTime": 0,
"waitTime": 0,
"payload": "string"
}
}