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