{
"noticeType": 1,
"pageNum": 1,
"pageSize": 5
}
curl --location --request POST 'https://cn-cd-dx-3.natfrp.cloud:45582/api/zfdw_ext/ltm/mobile/notice/list' \
--header 'Cookie: SESSION=;SESSION=3bb735243ee640199353a7f5050af8c6' \
--header 'Content-Type: application/json' \
--data-raw '{
"noticeType": 1,
"pageNum": 1,
"pageSize": 5
}'
{
"success": true,
"message": "string",
"code": 0,
"result": {
"records": [
{
"id": "string",
"title": "string",
"issueDepartLoc": "string",
"issueDepartName": "string",
"issueTime": "string"
}
],
"total": 0,
"size": 0,
"current": 0,
"searchCount": true,
"pages": 0
},
"timestamp": 0
}