{
"pageNum": 0,
"pageSize": 0,
"orderNo": "string",
"shareProfitUserId": "string",
"startShareProfitPrice": 0,
"endShareProfitPrice": 0,
"startSettlementAmount": 0,
"endSettlementAmount": 0,
"startConfirmAmount": 0,
"endConfirmAmount": 0,
"startTrusteeshipAmount": 0,
"endTrusteeshipAmount": 0,
"type": 0,
"companyId": "string",
"associationId": "string"
}curl --location --request POST '/platform/order/earningsDetailInfo/queryPageAssociationOrderShareProfitInfoList' \
--header 'user-authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJ1c2VyX2lkIjoiMTA4NjM2NTk1MzE2NDAxNzY2NSIsInVzZXJfa2V5IjoiM2JjM2I1Y2ItNzBkZS00OGFhLWE4ZGMtZGI0M2FmZjkzNjc5IiwiZXhwIjoxNzQ0NDgxMjQ2LCJ1c2VybmFtZSI6IjE1NjAxMjE1MTgwIn0.6BW3QWB3KmXRkJ6zx0BRvq2fYcU-7X6NTJFIIRku4hquCeojO6IfXTmv4yR-L-sDsZUfcmeEMeuUEn8jsel9JQ' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 0,
"pageSize": 0,
"orderNo": "string",
"shareProfitUserId": "string",
"startShareProfitPrice": 0,
"endShareProfitPrice": 0,
"startSettlementAmount": 0,
"endSettlementAmount": 0,
"startConfirmAmount": 0,
"endConfirmAmount": 0,
"startTrusteeshipAmount": 0,
"endTrusteeshipAmount": 0,
"type": 0,
"companyId": "string",
"associationId": "string"
}'{
"code": 0,
"msg": "",
"data": {
"total": 0,
"list": [
{
"id": 0,
"orderNo": "",
"shareProfitUserName": "",
"shareProfitPrice": "",
"confirmAmount": 0.0,
"trusteeshipAmount": 0.0,
"settlementAmount": 0.0
}
]
}
}