{
"pageNum": 0,
"pageSize": 0,
"orderItemNo": "string",
"orderType": "string",
"orderTitle": "string",
"afterSaleType": "string",
"startTotalPrice": 0,
"endTotalPrice": 0,
"startRefundAmount": 0,
"endRefundAmount": 0,
"contactName": "string",
"contactPhone": "string",
"platformFeedback": "string",
"startFeedbackTime": "string",
"endFeedbackTime": "string",
"startApplyTime": "string",
"endApplyTime": "string",
"startTerminationTime": "string",
"endTerminationTime": "string"
}curl --location --request POST '/platform/order/queryPageManagerAfterSaleDisputeInfoList' \
--header 'user-authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJ1c2VyX2lkIjoiMTA4NjM2NTk1MzE2NDAxNzY2NSIsInVzZXJfa2V5IjoiM2JjM2I1Y2ItNzBkZS00OGFhLWE4ZGMtZGI0M2FmZjkzNjc5IiwiZXhwIjoxNzQ0NDgxMjQ2LCJ1c2VybmFtZSI6IjE1NjAxMjE1MTgwIn0.6BW3QWB3KmXRkJ6zx0BRvq2fYcU-7X6NTJFIIRku4hquCeojO6IfXTmv4yR-L-sDsZUfcmeEMeuUEn8jsel9JQ' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 0,
"pageSize": 0,
"orderItemNo": "string",
"orderType": "string",
"orderTitle": "string",
"afterSaleType": "string",
"startTotalPrice": 0,
"endTotalPrice": 0,
"startRefundAmount": 0,
"endRefundAmount": 0,
"contactName": "string",
"contactPhone": "string",
"platformFeedback": "string",
"startFeedbackTime": "string",
"endFeedbackTime": "string",
"startApplyTime": "string",
"endApplyTime": "string",
"startTerminationTime": "string",
"endTerminationTime": "string"
}'{
"code": 0,
"msg": "",
"data": {
"total": 0,
"list": [
{
"id": 0,
"orderNo": "",
"orderType": "",
"orderTitle": "",
"propertyDetail": "",
"totalPrice": 0.0,
"applyReason": "",
"applyImgFiles": "",
"rejectReason": "",
"applyTime": "",
"platformFeedback": "",
"flowStage": 0,
"platformReason": "",
"feedbackTime": "",
"refundAmount": 0.0,
"realName": "",
"terminationTime": "",
"terminationStep": ""
}
]
}
}