Authorization: Bearer ********************
{
"rosterProjectId": 1,
"rosterId": 2,
"recommendId": 4,
"effectiveDate": "2024-10-10",
"amount": 1000.0,
"remarks": "备注"
}
curl --location --request POST '/personnelRoster/rewardProject' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"rosterProjectId": 1,
"rosterId": 2,
"recommendId": 4,
"effectiveDate": "2024-10-10",
"amount": 1000.0,
"remarks": "备注"
}'
{
"rosterProjectId": 1,
"rosterId": 2,
"recommendId": 4,
"effectiveDate": "2024-10-10",
"amount": 1000,
"remarks": "备注"
}