{
"pageNum": 0,
"pageSize": 0,
"orderNo": "string",
"orderType": "string",
"orderTitle": "string",
"totalPriceSmall": 0,
"totalPriceLarge": 0,
"realName": "string",
"account": "string",
"payTimeStart": "string",
"payTimeEnd": "string",
"orderStatus": "string"
}curl --location --request POST '/admin/orderApplySale/pageDisputedOrders' \
--header 'user-authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJ1c2VyX2lkIjoiMTA4NjM2NTk1MzE2NDAxNzY2NSIsInVzZXJfa2V5IjoiM2JjM2I1Y2ItNzBkZS00OGFhLWE4ZGMtZGI0M2FmZjkzNjc5IiwiZXhwIjoxNzQ0NDgxMjQ2LCJ1c2VybmFtZSI6IjE1NjAxMjE1MTgwIn0.6BW3QWB3KmXRkJ6zx0BRvq2fYcU-7X6NTJFIIRku4hquCeojO6IfXTmv4yR-L-sDsZUfcmeEMeuUEn8jsel9JQ' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 0,
"pageSize": 0,
"orderNo": "string",
"orderType": "string",
"orderTitle": "string",
"totalPriceSmall": 0,
"totalPriceLarge": 0,
"realName": "string",
"account": "string",
"payTimeStart": "string",
"payTimeEnd": "string",
"orderStatus": "string"
}'{
"code": 0,
"msg": "",
"data": {
"total": 0,
"list": [
{
"id": "",
"orderNo": "",
"orderItemNo": "",
"orderType": "",
"orderTitle": "",
"rejectReason": "",
"platformReason": "",
"propertyDetail": "",
"orderNum": "",
"totalPrice": "",
"settlementAmount": 0.0,
"confirmAmount": 0.0,
"trusteeshipAmount": 0.0,
"orderStatus": "",
"auditStatus": "",
"platformFeedback": "",
"companyName": "",
"phone": ""
}
]
}
}