{
"requestFrom": "string"
}
curl --location --request POST 'http://172.168.1.18:8657/sz-prodcut//api-dept/getDeptType.do' \
--header 'Cookie: JSESSIONID=2450C67EF09D474A507295C62B3D1225;JSESSIONID=;JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestFrom": "string"
}'
{
"data": [
{
"deptName": "监查部门",
"deptValue": "1"
},
{
"deptName": "业务部门",
"deptValue": "2"
},
{
"deptName": "镇级集体经济组织",
"deptValue": "3"
},
{
"deptName": "村级集体经济组织",
"deptValue": "4"
},
{
"deptName": "组级集体经济组织",
"deptValue": "5"
},
{
"deptName": "村委会",
"deptValue": "6"
},
{
"deptName": "组",
"deptValue": "7"
},
{
"deptName": "全资企业",
"deptValue": "8"
}
],
"msg": "成功",
"code": 0,
"success": true
}