{
"taskId": "task123",
"userId": 123,
"peopleType": 0,
"waTemplateId": 456,
"ids": [
0
],
"ai": 1,
"type": 1,
"ycloudTemplateId": "ycloud123",
"ycloudPhone": "+86-138-0013-8000",
"name": "任务名称",
"nowSend": 1,
"week": "Monday",
"startTime": "09:00",
"endTime": "18:00",
"zoneId": "Asia/Shanghai"
}
curl --location --request POST '/mediaTask/addWhatsAppTask' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskId": "task123",
"userId": 123,
"peopleType": 0,
"waTemplateId": 456,
"ids": [
0
],
"ai": 1,
"type": 1,
"ycloudTemplateId": "ycloud123",
"ycloudPhone": "+86-138-0013-8000",
"name": "任务名称",
"nowSend": 1,
"week": "Monday",
"startTime": "09:00",
"endTime": "18:00",
"zoneId": "Asia/Shanghai"
}'
{
"date": "string",
"status": 0,
"message": "string",
"data": "string",
"returnCode": 0,
"count": 0,
"isEmpty": true
}