{
"taskId": "",
"executeType": 1,
"concurrency": 1,
"maxAttempts": 2,
"attemptInterval": 5,
"calleeList": [
{
"calleePhone": "",
"variableParams": [
{
"key": "",
"value": ""
}
]
}
],
"executeStartTime": "2022-12-25 16:30:00",
"executeEndTime": "2022-12-25 17:30:00"
}
curl --location --request POST '/outcall/task/editTaskInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskId": "",
"executeType": 1,
"concurrency": 1,
"maxAttempts": 2,
"attemptInterval": 5,
"calleeList": [
{
"calleePhone": "",
"variableParams": [
{
"key": "",
"value": ""
}
]
}
],
"executeStartTime": "2022-12-25 16:30:00",
"executeEndTime": "2022-12-25 17:30:00"
}'
{
"code": 0,
"message": "",
"data": {}
}