curl --location --request POST 'http://qiyukf.com/openapi/ipcc/calltaskdetail/update?appKey=&time=&checksum=' \
--header 'content-type: application/json;charset=utf-8' \
--data-raw '[
{
"taskId": 1,
"taskDetails": [
{
"id":"1110",
"username":"xx",
"phone":"121323423",
"description":"备注"
},{
"id":"1111",
"username":"xx",
"phone":"121323423",
"description":"备注"
}
]
},{
"taskId": 2,
"taskDetails": [
{
"id":"2110",
"username":"xx",
"phone":"121323423",
"description":"备注"
},{
"id":"2111",
"username":"xx",
"phone":"121323423",
"description":"备注"
}
]
}
]'
{
"code": 0,
"message": "string"
}