| | |
| | | report, |
| | | certification, |
| | | sealScope, |
| | | informationNotification, |
| | | } |
| | | } |
| | | |
| | |
| | | addSeal:"/sealScope/addSeal",//添加印章参数 |
| | | } |
| | | |
| | | const informationNotification = { |
| | | checkForUnreadData:"/informationNotification/checkForUnreadData",//查询是否存在未读数据 |
| | | deleteDataBasedOnId:"/informationNotification/deleteDataBasedOnId",//根据Id删除数据 |
| | | informationReadOrDelete:"/informationNotification/informationReadOrDelete",//标记所有信息为已读-删除所有已读消息 |
| | | page:"/informationNotification/page",//滚动分页查询 |
| | | updateMessageStatus:"/informationNotification/updateMessageStatus",//更新消息状态(拒绝、接收) |
| | | triggerModificationStatusToRead:"/informationNotification/triggerModificationStatusToRead",//点击详情触发修改状态为已读 |
| | | } |
| | | |