{
"applyCode": "string",
"opType": "string",
"detailDTOList": [
{
"accountCode": "string",
"companyCode": "string",
"contractCode": "string",
"amount": 0,
"detailType": "string"
}
]
}curl --location --request POST '/asset/settle/updateMaterialProfit' \
--header 'Content-Type: application/json' \
--data-raw '{
"applyCode": "string",
"opType": "string",
"detailDTOList": [
{
"accountCode": "string",
"companyCode": "string",
"contractCode": "string",
"amount": 0,
"detailType": "string"
}
]
}'{
"code": 0,
"success": false,
"data": false,
"msg": ""
}