curl --location '/testJob/update/' \
--header 'Authorization: Bearer {{token}}'{
"code": 0,
"msg": "",
"data": {
"id": 0,
"taskName": "",
"progress": "",
"routeId": 0,
"routeName": "",
"channelIds": "",
"channelAlias": "",
"mccMnc": "",
"testType": 0,
"testTypeStr": "",
"testNum": 0,
"sendNum": 0,
"testContent": "",
"sendSuccessRate": "",
"deliverRate": "",
"receiveRate": "",
"testCost": "",
"createTime": "",
"channels": [
{
"id": 0,
"name": ""
}
]
}
}