From 235dfa19a8d4db6229e4bdf3c0b55d1f862dc76f Mon Sep 17 00:00:00 2001 From: liyj <1617420630@qq.com> Date: Mon, 8 Sep 2025 10:00:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E7=AB=AF=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E4=BF=AE=E6=94=B9=E4=B8=BA=E7=99=BD=E5=90=8D?= =?UTF-8?q?=E5=8D=95=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/suisung/mall/shop/sync/controller/ClientController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mall-shop/src/main/java/com/suisung/mall/shop/sync/controller/ClientController.java b/mall-shop/src/main/java/com/suisung/mall/shop/sync/controller/ClientController.java index 5444e65b..c55a836c 100644 --- a/mall-shop/src/main/java/com/suisung/mall/shop/sync/controller/ClientController.java +++ b/mall-shop/src/main/java/com/suisung/mall/shop/sync/controller/ClientController.java @@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.*; @Api(tags = "第三方数据同步") @Controller -@RequestMapping("/shop/sync/app") +@RequestMapping("/shop/sync/third/app") public class ClientController { @Autowired