curl --location --request GET 'https://heimahr.itheima.net/api/salarys/settings' \
--header 'Authorization: Bearer '
{
"success": true,
"code": 10000,
"message": "操作成功!",
"data": {
"companyId": "1",
"socialSecurityType": 2,
"subsidyName": "通用方案",
"subsidyRemark": "福利薪资发放规则",
"transportationSubsidyScheme": 3,
"transportationSubsidyAmount": 100,
"communicationSubsidyScheme": 3,
"communicationSubsidyAmount": 100,
"lunchAllowanceScheme": 3,
"lunchAllowanceAmount": 200,
"housingSubsidyScheme": 3,
"housingSubsidyAmount": 100,
"taxCalculationType": 2
}
}