{
"deptId": "string",
"dataType": "string",
"titleOrType": "string"
}
curl --location --request POST 'http://localhost:8001/sz_product_new//apiThreePublicController/listMini.do' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json' \
--data-raw '{
"deptId": "string",
"dataType": "string",
"titleOrType": "string"
}'
{
"code": 0,
"data": {
"cpage": 0,
"totalitem": 0,
"totalpage": 0,
"pagesize": 0,
"nextpage": 0,
"previouspage": 0,
"hasnextpage": true,
"hasprevioupage": true,
"hasfristpage": true,
"hasendpage": true,
"list": [
{
"id": "string",
"title": "string",
"publicType": "string",
"deptName": "string",
"publishTime": "string",
"isObsolete": "string"
}
]
},
"msg": "string"
}