{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"importType": 0
}
curl --location --request POST '/import/listImport' \
--header 'token: OUumDjnlEZ4wItETxOqrqe2zJFtEB2Ltf0OzBwTkcDdpk8kMsHzVrFRetMEawiR9' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"importType": 0
}'
{
"success": false,
"code": "",
"message": "",
"data": {
"records": [
{
"id": 0,
"batchNumber": "",
"urls": "",
"createTime": "",
"createId": 0,
"status": 0,
"importType": 0,
"importTypeStr": "",
"successCount": 0,
"failCount": 0,
"totalCount": 0,
"createName": ""
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"isSearchCount": false,
"hitCount": false,
"countId": "",
"maxLimit": 0,
"searchCount": false,
"pages": 0,
"ascs": [
""
],
"asc": [
""
],
"descs": [
""
],
"desc": [
""
]
}
}