{
"taskCode": 1,
"salesIds": [
463352988837952
],
"sopContents": [
{
"type": 2,
"fileId": 9173,
"fileURL": "https://dev.tanmarket.cn/fdfsServer/group3/M00/90/44/rBHTdWI8F_OAEVMYAAFWABr5UHw296.png",
"mediaId": "3BPfL85vzolL3WZcHW40O08_SsVgnDiM48IR-1VfZ7UPNKDqT7sEqutkWk63vwzaz",
"fileName": "Snipaste_2022-03-04_10-50-32.png"
},
{
"type": 1,
"content": "测试04141111"
}
],
"startTime": "2022-04-14 17:20",
"endTime": "2022-04-14 17:22",
"textarea": "",
"customers": [
{
"corpid": "ww9c5530210a0d5116",
"salesId": 463352988837952,
"customerId": 450458062432320,
"isCustomer": 1,
"customerName": "Main"
}
]
}
curl --location --request POST '/api/v3/customer-follow-task/save' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskCode": 1,
"salesIds": [
463352988837952
],
"sopContents": [
{
"type": 2,
"fileId": 9173,
"fileURL": "https://dev.tanmarket.cn/fdfsServer/group3/M00/90/44/rBHTdWI8F_OAEVMYAAFWABr5UHw296.png",
"mediaId": "3BPfL85vzolL3WZcHW40O08_SsVgnDiM48IR-1VfZ7UPNKDqT7sEqutkWk63vwzaz",
"fileName": "Snipaste_2022-03-04_10-50-32.png"
},
{
"type": 1,
"content": "测试04141111"
}
],
"startTime": "2022-04-14 17:20",
"endTime": "2022-04-14 17:22",
"textarea": "",
"customers": [
{
"corpid": "ww9c5530210a0d5116",
"salesId": 463352988837952,
"customerId": 450458062432320,
"isCustomer": 1,
"customerName": "Main"
}
]
}'
{
"code": 0,
"message": "success"
}