From 0ef4cbdf0e8be24419bae4f101788d7d119061a8 Mon Sep 17 00:00:00 2001 From: zhn <947514737@qq.com> Date: Fri, 12 Jan 2024 10:38:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../controller/ParamsTemplateSubscribeEOController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/cert/template/controller/ParamsTemplateSubscribeEOController.java b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/cert/template/controller/ParamsTemplateSubscribeEOController.java index a68be298f..cdc013f8f 100644 --- a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/cert/template/controller/ParamsTemplateSubscribeEOController.java +++ b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/cert/template/controller/ParamsTemplateSubscribeEOController.java @@ -39,7 +39,7 @@ import java.util.List; */ @Api(tags="参数模板订阅") @RestController -@RequestMapping("/cert.template/paramsTemplateSubscribeEO") +@RequestMapping("template/paramsTemplateSubscribeEO") @Slf4j public class ParamsTemplateSubscribeEOController extends JeroController { @Autowired