Browse Source

学校功能

TRX 1 year ago
parent
commit
be56397920

+ 1 - 1
FullCardServer/src/main/java/com/zhongshu/card/server/core/controller/school/CardController.java

@@ -25,7 +25,7 @@ import org.springframework.web.bind.annotation.RestController;
  * @date 2024/6/5
  */
 @RestController
-@RequestMapping("card")
+@RequestMapping("/school/card")
 @Tag(name = "学校-卡务中心")
 public class CardController {
 

+ 1 - 1
FullCardServer/src/main/java/com/zhongshu/card/server/core/controller/school/NoticeController.java

@@ -27,7 +27,7 @@ import org.springframework.web.bind.annotation.RestController;
  * @date 2024/6/5
  */
 @RestController
-@RequestMapping("notice")
+@RequestMapping("/school/notice")
 @Tag(name = "学校-校园公告")
 public class NoticeController {