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