{
"socialSecurityType": 0,
"subsidyName": "string",
"subsidyRemark": "string",
"transportationSubsidyScheme": 0,
"transportationSubsidyAmount": 0,
"communicationSubsidyScheme": 0,
"communicationSubsidyAmount": 0,
"lunchAllowanceScheme": 0,
"lunchAllowanceAmount": 0,
"housingSubsidyScheme": 0,
"housingSubsidyAmount": 0,
"taxCalculationType": 0
}
curl --location --request POST 'https://heimahr.itheima.net/api/salarys/settings' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"socialSecurityType": 0,
"subsidyName": "string",
"subsidyRemark": "string",
"transportationSubsidyScheme": 0,
"transportationSubsidyAmount": 0,
"communicationSubsidyScheme": 0,
"communicationSubsidyAmount": 0,
"lunchAllowanceScheme": 0,
"lunchAllowanceAmount": 0,
"housingSubsidyScheme": 0,
"housingSubsidyAmount": 0,
"taxCalculationType": 0
}'
{
"success": true,
"code": 10000,
"message": "操作成功!",
"data": null
}