查询公告 websocket测试 POST noticeinfo/queryNoticeInfos 接口描述 测试域名:https://zdlrceshi.hk.utools.club/ 请求参数 参数名 类型 描述 必填 NoticeInfo 实体 必填 noticeId 可选 noticeContent 可选 noticeStatus 可选 createDateTime 可选 updateDateTime 可选 说明 / 示例  /** * 公告编号 */ private Integer noticeId; /** * 公告内容 */ private String noticeContent; /** * 公告状态(1:启用、2:关闭) */ private Integer noticeStatus; /** * 创建时间 */ private String createDateTime; /** * 修改时间 */ private String updateDateTime;
 /** * 公告编号 */ private Integer noticeId; /** * 公告内容 */ private String noticeContent; /** * 公告状态(1:启用、2:关闭) */ private Integer noticeStatus; /** * 创建时间 */ private String createDateTime; /** * 修改时间 */ private String updateDateTime;