{
"deptId": "string",
"notNeedDefault": 0,
"clearingForm": "string",
"payType": "string"
}
curl --location --request POST 'http://172.168.1.18:8657/sz-prodcut/numPerMoneyUseMoneyDetailGroupNew/getGroupData.do' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json' \
--data-raw '{
"deptId": "string",
"notNeedDefault": 0,
"clearingForm": "string",
"payType": "string"
}'
{
"code": 0,
"data": [
{
"groupId": "string",
"groupName": "string",
"totalNum": 0
}
],
"msg": "string"
}