{
"status": 0,
"notifyId": "string",
"createdStart": "string",
"createdEnd": "string",
"expirationStart": "string",
"expirationEnd": "string",
"pageIndex": 1,
"pageSize": 1
}curl --location -g --request POST '/{{route}}/nt/open/notify/noticeReadSituation?version=1' \
--header 'ent;' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": 0,
"notifyId": "string",
"createdStart": "string",
"createdEnd": "string",
"expirationStart": "string",
"expirationEnd": "string",
"pageIndex": 1,
"pageSize": 1
}'{
"status": 0,
"message": "",
"data": {
"list": [
{
"notifyId": 0,
"title": "",
"readStoreCount": "",
"storeCount": "",
"storeReadRate": "",
"readStoreUserCount": "",
"storeUserCount": "",
"storeUserReadRate": "",
"readCompanyUserCount": "",
"companyUserCount": "",
"companyUserReadRate": "",
"franchiseeTypes": "",
"replied": "",
"organizeId": 0,
"organizeName": "",
"releaseDate": ""
}
],
"pageNumber": 0,
"pageSize": 0,
"totalPage": 0,
"totalRow": 0
}
}