podmall.mall.payment.refund.items.exportconfig/api/podmall/mall/payment/export.refund-orders.json1。{
"beginDate": "string",
"endDate": "string",
"businessOrderNo": "string",
"status": "string"
}curl --location '/v4/gateway/podmall.mall.payment.refund.items.export' \
--header 'Access-Token-Type;' \
--header 'Access-Token-Type: JWT' \
--header 'Locale;' \
--header 'X-Tenant-Key;' \
--header 'Appkey: 1000' \
--header 'Content-Type: application/json' \
--data '{
"beginDate": "string",
"endDate": "string",
"businessOrderNo": "string",
"status": "string"
}'{
"status": 0,
"success": true,
"data": 0
}