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