{
"id": 32347,
"recordId": "632",
"createId": "26536",
"createName": "李四",
"downloadUrl": "string",
"statusCallTest": 0,
"pipeSn": "string",
"portNum": 0,
"fileLength": 0,
"serialId": "29747"
}
curl --location --request PUT '/admin-api/charging/cos-call-test/update' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 32347,
"recordId": "632",
"createId": "26536",
"createName": "李四",
"downloadUrl": "string",
"statusCallTest": 0,
"pipeSn": "string",
"portNum": 0,
"fileLength": 0,
"serialId": "29747"
}'
{
"code": 0,
"data": true,
"msg": "string"
}