{
"status": "string",
"notifyId": "string",
"organizationType": "string",
"storeName": "string",
"pageIndex": 1,
"pageSize": 1
}curl --location -g --request POST '/{{route}}/nt/open/notify/replyList?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": "",
"notifyReplyId": 0,
"isStoreEmp": "",
"storeName": "",
"employeeName": "",
"employeeCode": "",
"replyContent": "",
"replyTime": "",
"isOpen": ""
}
],
"pageNumber": 0,
"pageSize": 0,
"totalPage": 0,
"totalRow": 0
}
}