[
{
"id": "string",
"taskNo": "string",
"taskName": "string",
"batchNo": "string",
"businessType": "string",
"result": "string",
"startDate": "string",
"executeStatus": "string",
"endDate": "string",
"executeRange": "string",
"remarks": "string",
"createdBy": "string",
"updatedBy": "string",
"createdAt": "string",
"updatedAt": "string"
}
]curl --location --request POST '/open/interface/log/save' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": "string",
"taskNo": "string",
"taskName": "string",
"batchNo": "string",
"businessType": "string",
"result": "string",
"startDate": "string",
"executeStatus": "string",
"endDate": "string",
"executeRange": "string",
"remarks": "string",
"createdBy": "string",
"updatedBy": "string",
"createdAt": "string",
"updatedAt": "string"
}
]'{
"errData": [
{
"id": "",
"taskNo": "",
"taskName": "",
"batchNo": "",
"businessType": "",
"result": "",
"startDate": "",
"executeStatus": "",
"endDate": "",
"executeRange": "",
"remarks": "",
"createdBy": "",
"updatedBy": "",
"createdAt": "",
"updatedAt": ""
}
],
"code": 0,
"message": "",
"errMsg": "",
"data": {},
"timestamp": ""
}