{
"dataId": "string",
"cwKemuId": "string"
}
curl --location --request POST 'http://localhost:8001/sz_product_new//useMoneyApplyNewBudget/queryBudgetSurplusLimitInfo.do' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataId": "string",
"cwKemuId": "string"
}'
{
"data": {
"remainingAvailableLimit": "string",
"beginningYearBudget": "string",
"midYearAdjustment": "string",
"voucherDebitAmount": "string",
"notGeneratedJournal": "string",
"notGeneratedVillage": "string",
"notGeneratedUseOccupyMoney": "string"
},
"msg": "string",
"code": 0
}