{
"dataId": "string",
"expenseType": "string"
}
curl --location --request POST '/useMoneyApplyNewBudget/checkKmOrBudgetShow.do' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataId": "string",
"expenseType": "string"
}'
{
"data": {
"accountRequired": true,
"budgetShow": true,
"budgetRequired": true,
"useWorkShow": true,
"contractRequired": true,
"szVoteLinkConfigShow": true,
"szVoteLinkConfigRequired": true
},
"msg": "string",
"code": 0
}