{
"dataId": "string"
}
curl --location --request POST '/checkKmOrBudgetShow/checkKmOrBudgetShow.do' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataId": "string"
}'
{
"data": {
"budetInfoList": [
{
"budgetId": "string",
"budgetName": "string",
"BudgetSurplus": "string"
}
]
},
"msg": "string",
"code": 0
}