podmall.mall.order.importtask.detailconfig/api/podmall/mall/order/import.task.detail.json1。{
"taskId": 0,
"current": 1,
"pageSize": 20
}curl --location '/v4/gateway/podmall.mall.order.importtask.detail' \
--header 'Access-Token-Type;' \
--header 'Access-Token-Type: JWT' \
--header 'Locale;' \
--header 'X-Tenant-Key;' \
--header 'Appkey: 1000' \
--header 'Content-Type: application/json' \
--data '{
"taskId": 0,
"current": 1,
"pageSize": 20
}'{
"status": 0,
"success": true,
"data": {
"task": {},
"total": 0,
"list": [
null
]
}
}