{
"pageNum": 0,
"pageSize": 0,
"orderNo": "string",
"commodityTitle": "string",
"commodityType": "string",
"tradeStatus": "string",
"currentRole": "string",
"employeeName": "string",
"profitRatioRange": [
0
],
"orderTrustAmountRange": [
0
],
"orderInputAmountRange": [
0
],
"orderSettleAmountRange": [
0
],
"orderTotalAmountRange": [
0
],
"orderProfitAmountRange": [
0
],
"trustProfitAmountRange": [
0
],
"confirmProfitAmountRange": [
0
],
"settleProfitAmountRange": [
0
]
}curl --location --request POST '/platform/order/earningsDetailInfo/listCommodityProfitSharing' \
--header 'user-authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJ1c2VyX2lkIjoiMTA4NjM2NTk1MzE2NDAxNzY2NSIsInVzZXJfa2V5IjoiM2JjM2I1Y2ItNzBkZS00OGFhLWE4ZGMtZGI0M2FmZjkzNjc5IiwiZXhwIjoxNzQ0NDgxMjQ2LCJ1c2VybmFtZSI6IjE1NjAxMjE1MTgwIn0.6BW3QWB3KmXRkJ6zx0BRvq2fYcU-7X6NTJFIIRku4hquCeojO6IfXTmv4yR-L-sDsZUfcmeEMeuUEn8jsel9JQ' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 0,
"pageSize": 0,
"orderNo": "string",
"commodityTitle": "string",
"commodityType": "string",
"tradeStatus": "string",
"currentRole": "string",
"employeeName": "string",
"profitRatioRange": [
0
],
"orderTrustAmountRange": [
0
],
"orderInputAmountRange": [
0
],
"orderSettleAmountRange": [
0
],
"orderTotalAmountRange": [
0
],
"orderProfitAmountRange": [
0
],
"trustProfitAmountRange": [
0
],
"confirmProfitAmountRange": [
0
],
"settleProfitAmountRange": [
0
]
}'{
"code": 0,
"msg": "",
"data": {
"total": 0,
"list": [
{
"id": 0,
"orderNo": "",
"orderId": "",
"itemType": "",
"buyerUserName": "",
"buyerUserPhone": "",
"buyerCompanyName": "",
"sellerCompanyName": "",
"sellerName": "",
"orderStatus": "",
"identity": "",
"rate": 0.0,
"orderAmount": 0.0,
"earningsAmount": 0.0,
"userName": "",
"moneyTraceList": [
{
"orderItemNo": "",
"affiliationOrderNo": "",
"isStagesOrder": false,
"totalPrice": 0.0,
"settlementAmount": 0.0,
"confirmAmount": 0.0,
"trusteeshipAmount": 0.0,
"updateTime": ""
}
],
"orderItem": {
"id": 0,
"orderId": 0,
"orderNo": "",
"orderPayNo": "",
"sourceId": 0,
"contractId": 0,
"commoditySubId": 0,
"orderItemNo": "",
"propertyDetail": "",
"orderImg": "",
"orderTitle": "",
"companyId": "",
"remark": "",
"orderUnitCost": 0.0,
"orderNum": 0,
"orderStatus": "",
"totalPrice": 0.0,
"orderPayStatus": 0,
"isComment": false,
"isPay": false,
"payTime": "",
"terminationTime": "",
"terminationStep": "",
"terminationUserId": "",
"terminationUserName": "",
"createTime": ""
}
}
]
}
}