{
"pageNum": 1,
"pageSize": 10,
"exportExcel": true,
"orderByColumn": "string",
"isAsc": "asc",
"reasonable": false,
"sourceId": "string",
"sourceIds": [
"string"
],
"sourceType": 0,
"orderNo": "string",
"commodityTitle": "string",
"commodityType": "string",
"orderStatus": "string",
"identity": "string",
"realName3": "string",
"orderAmount": 0,
"rateStart": 0,
"rateEnd": 0,
"trusteeshipAmountStart": 0,
"trusteeshipAmountEnd": 0,
"confirmAmountStart": 0,
"confirmAmountEnd": 0,
"orderAmountStart": 0,
"orderAmountEnd": 0,
"settlementAmountStart": 0,
"settlementAmountEnd": 0,
"earningsAmountStart": 0,
"earningsAmountEnd": 0,
"trusteeshipAmount2Start": 0,
"trusteeshipAmount2End": 0,
"confirmAmount2Start": 0,
"confirmAmount2End": 0,
"settlementAmount2Start": 0,
"settlementAmount2End": 0
}curl --location --request POST '/platform/order/earningsDetailInfo/queryListForSupply' \
--header 'user-authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJ1c2VyX2lkIjoiMTA4NjM2NTk1MzE2NDAxNzY2NSIsInVzZXJfa2V5IjoiM2JjM2I1Y2ItNzBkZS00OGFhLWE4ZGMtZGI0M2FmZjkzNjc5IiwiZXhwIjoxNzQ0NDgxMjQ2LCJ1c2VybmFtZSI6IjE1NjAxMjE1MTgwIn0.6BW3QWB3KmXRkJ6zx0BRvq2fYcU-7X6NTJFIIRku4hquCeojO6IfXTmv4yR-L-sDsZUfcmeEMeuUEn8jsel9JQ' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 1,
"pageSize": 10,
"exportExcel": true,
"orderByColumn": "string",
"isAsc": "asc",
"reasonable": false,
"sourceId": "string",
"sourceIds": [
"string"
],
"sourceType": 0,
"orderNo": "string",
"commodityTitle": "string",
"commodityType": "string",
"orderStatus": "string",
"identity": "string",
"realName3": "string",
"orderAmount": 0,
"rateStart": 0,
"rateEnd": 0,
"trusteeshipAmountStart": 0,
"trusteeshipAmountEnd": 0,
"confirmAmountStart": 0,
"confirmAmountEnd": 0,
"orderAmountStart": 0,
"orderAmountEnd": 0,
"settlementAmountStart": 0,
"settlementAmountEnd": 0,
"earningsAmountStart": 0,
"earningsAmountEnd": 0,
"trusteeshipAmount2Start": 0,
"trusteeshipAmount2End": 0,
"confirmAmount2Start": 0,
"confirmAmount2End": 0,
"settlementAmount2Start": 0,
"settlementAmount2End": 0
}'{
"total": 0,
"rows": [
{
"id": 0,
"orderNo": "",
"supplyOrderNo": "",
"releaseUserName": "",
"releaseUserPhone": "",
"orderSource": "",
"itemType": "",
"buyerUserName": "",
"buyerUserPhone": "",
"buyerCompanyName": "",
"sellerName": "",
"sellerUserPhone": "",
"sellerCompanyName": "",
"orderStatus": "",
"identity": "",
"rate": 0.0,
"orderAmount": 0.0,
"earningsAmount": 0.0,
"settlementAmount": 0.0,
"confirmAmount": 0.0,
"trusteeshipAmount": 0.0,
"settlementAmount2": 0.0,
"confirmAmount2": 0.0,
"trusteeshipAmount2": 0.0,
"commodityTitle": "",
"commodityType": "",
"realName3": "",
"orderType": ""
}
],
"code": 0,
"msg": ""
}