curl --location 'https://petstore-demo.apifox.com/openapi/engine/task/fetch' \
--header 'Content-Type: application/json' \
--data '{
"engineCode": "string",
"engineSecret": "string",
"timestamp": "string",
"taskId": "string",
"fileName": "string",
"base64String": "string",
"caseResultList": [
{
"status": 0,
"startTime": 0,
"endTime": 0,
"collectionId": "string",
"caseId": "string",
"caseType": "string",
"caseName": "string",
"caseDesc": "string",
"index": 0,
"runTimes": 0,
"transactionList": [
{
"id": "string",
"name": "string",
"content": "string",
"description": "string",
"log": "string",
"during": 0,
"status": 0,
"screenShotList": [
"string"
]
}
]
}
]
}'{
"taskId": "string",
"taskType": "string",
"downloadUrl": "string",
"maxThread": 0,
"reRun": true,
"testCollectionList": [
{
"collectionId": "string",
"deviceId": "string",
"testCaseList": [
{
"index": 0,
"caseId": "string",
"caseType": "string"
}
]
}
],
"debugData": {
"innerMap": {
"property1": {},
"property2": {}
},
"empty": true,
"property1": {},
"property2": {}
}
}