curl --location '/public-api/v1/sysDept/importData?parentId=undefined' \
--header 'Authorization: Bearer 593c8a84a01746ed96abfb26c15d2103' \
--form 'file=@""'{
"errorCode": 0,
"message": "",
"data": {
"successCount": 0,
"errorCount": 0,
"totalCount": 0,
"errorRows": [
{
"errorInfo": "",
"deptName": "",
"deptCode": "",
"sortNo": 0
}
]
}
}