Explorar o código

查询活动url加接口路由

tanzhongran %!s(int64=3) %!d(string=hai) anos
pai
achega
bd10ef72e4

+ 2 - 0
abi-cloud-qr-platform-server/src/main/java/com/abi/qms/platform/controller/inner/ActUrlRouteController.java

@@ -10,6 +10,7 @@ import lombok.extern.slf4j.Slf4j;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.validation.annotation.Validated;
 import org.springframework.web.bind.annotation.GetMapping;
+import org.springframework.web.bind.annotation.RequestMapping;
 import org.springframework.web.bind.annotation.RestController;
 
 /**
@@ -22,6 +23,7 @@ import org.springframework.web.bind.annotation.RestController;
 @Slf4j
 @RestController
 @Api(tags = "活动页面路由")
+@RequestMapping("/route")
 public class ActUrlRouteController {
 
     @Autowired