nickchange
2023-11-27 0e382ffab8b3abba1d620187312cca90c81bae25
cloud-server-other/src/main/java/com/dsh/other/feignclient/NoticeClient.java
@@ -13,10 +13,10 @@
    @PostMapping("/base/notice/queryNoticeDetails")
     List<SysNotice> getSysNoticeDetails();
    List<SysNotice> getSysNoticeDetails();
    @PostMapping("/base/notice/queryNotice")
     SysNotice getSysNoticeBuId(@RequestParam("noticeId") Integer noticeId);
    SysNotice getSysNoticeBuId(@RequestParam("noticeId") Integer noticeId);
    @PostMapping("/base/notice/sysTell")
    List<String> queryCustomerTel();