[
{
"code": "string",
"name": "string",
"openApiLogId": "string",
"errorData": "string",
"errorMsg": {
"stackTrace": "string",
"message": "string"
}
}
]curl --location --request POST '/open/interfaceLog/errorData' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"code": "string",
"name": "string",
"openApiLogId": "string",
"errorData": "string",
"errorMsg": {
"stackTrace": "string",
"message": "string"
}
}
]'{
"errData": [
{
"data": {
"code": "",
"name": "",
"openApiLogId": "",
"errorData": "",
"errorMsg": {
"stackTrace": "",
"message": ""
}
},
"index": 0,
"code": 0,
"errorMsg": ""
}
],
"code": 0,
"message": "",
"errMsg": "",
"data": {
"successAmount": 0
},
"timestamp": ""
}