Authorization: Bearer ********************
{
"adjustment":"2023年罗老师又变好看了"
}
curl --location --request POST '/personnelSalaryManage/policyAdjust' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"adjustment":"2023年罗老师又变好看了"
}'
{
"adjustment": "2021年罗老师变胖了"
}