@@ -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 {
@@ -27,7 +27,7 @@ import org.springframework.web.bind.annotation.RestController;
-@RequestMapping("notice")
+@RequestMapping("/school/notice")
@Tag(name = "学校-校园公告")
public class NoticeController {