{
"pageNum": 1,
"pageSize": 10,
"exportExcel": true,
"orderByColumn": "string",
"isAsc": "asc",
"reasonable": false,
"activityId": "string",
"createUserId": "string",
"orderNo": "string",
"supplyDemandId": "string",
"userName": "string",
"collaborateStatus": "string",
"shareBenefitIdentity": "string",
"earningsRateBegin": 0,
"earningsRateEnd": 0,
"totalPriceBegin": 0,
"totalPriceEnd": 0,
"trusteeshipAmountBegin": 0,
"trusteeshipAmountEnd": 0,
"confirmAmountBegin": 0,
"confirmAmountEnd": 0,
"settlementAmountBegin": 0,
"settlementAmountEnd": 0,
"earningsTotalPriceBegin": 0,
"earningsTotalPriceEnd": 0,
"earningsTrusteeshipAmountBegin": 0,
"earningsTrusteeshipAmountEnd": 0,
"earningsConfirmAmountBegin": 0,
"earningsConfirmAmountEnd": 0,
"earningsSettlementAmountBegin": 0,
"earningsSettlementAmountEnd": 0
}curl --location --request POST '/user/activity/listActivitySupplyDemand' \
--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,
"activityId": "string",
"createUserId": "string",
"orderNo": "string",
"supplyDemandId": "string",
"userName": "string",
"collaborateStatus": "string",
"shareBenefitIdentity": "string",
"earningsRateBegin": 0,
"earningsRateEnd": 0,
"totalPriceBegin": 0,
"totalPriceEnd": 0,
"trusteeshipAmountBegin": 0,
"trusteeshipAmountEnd": 0,
"confirmAmountBegin": 0,
"confirmAmountEnd": 0,
"settlementAmountBegin": 0,
"settlementAmountEnd": 0,
"earningsTotalPriceBegin": 0,
"earningsTotalPriceEnd": 0,
"earningsTrusteeshipAmountBegin": 0,
"earningsTrusteeshipAmountEnd": 0,
"earningsConfirmAmountBegin": 0,
"earningsConfirmAmountEnd": 0,
"earningsSettlementAmountBegin": 0,
"earningsSettlementAmountEnd": 0
}'{
"code": 0,
"msg": "",
"data": {
"total": 0,
"list": [
{
"orderNo": "",
"supplyDemandId": "",
"userName": "",
"contact": "",
"payerName": "",
"payerCompanyName": "",
"payerContact": "",
"payeeName": "",
"payeeCompanyName": "",
"payeeContact": "",
"supplyDemandSources": "",
"collaborateStatus": "",
"shareBenefitIdentity": "",
"earningsRate": 0.0,
"totalPrice": 0.0,
"trusteeshipAmount": 0.0,
"confirmAmount": 0.0,
"settlementAmount": 0.0,
"earningsTotalPrice": 0.0,
"earningsTrusteeshipAmount": 0.0,
"earningsConfirmAmount": 0.0,
"earningsSettlementAmount": 0.0
}
]
}
}