{
"id": 0,
"customerTaskId": "string",
"sendId": "string",
"testPath": {
"routeId": [
0
],
"routeName": [
"string"
],
"channelMccMncStats": [
{
"channelId": 0,
"channelAlias": "string",
"mcc": 0,
"mnc": 0,
"ratio": "string"
}
]
},
"testNum": 0,
"testContent": "string"
}curl --location '/testJob/update' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"customerTaskId": "string",
"sendId": "string",
"testPath": {
"routeId": [
0
],
"routeName": [
"string"
],
"channelMccMncStats": [
{
"channelId": 0,
"channelAlias": "string",
"mcc": 0,
"mnc": 0,
"ratio": "string"
}
]
},
"testNum": 0,
"testContent": "string"
}'{
"code": 0,
"msg": "",
"data": null
}