فهرست منبع

add
基础表单

18339543638 7 ماه پیش
والد
کامیت
c58d9f6787

+ 3 - 1
tr-modules/tr-module-smartFollowUp/src/main/java/cn/tr/module/smart/wx/controller/WxPortalController.java

@@ -11,6 +11,8 @@ import lombok.AllArgsConstructor;
 import lombok.extern.slf4j.Slf4j;
 import lombok.extern.slf4j.Slf4j;
 import org.apache.commons.lang3.StringUtils;
 import org.apache.commons.lang3.StringUtils;
 import org.springframework.web.bind.annotation.*;
 import org.springframework.web.bind.annotation.*;
+import springfox.documentation.annotations.ApiIgnore;
+
 import java.util.Objects;
 import java.util.Objects;
 
 
 /**
 /**
@@ -21,7 +23,7 @@ import java.util.Objects;
 @RequestMapping("/wx/portal/{appid}")
 @RequestMapping("/wx/portal/{appid}")
 @Slf4j
 @Slf4j
 @SaIgnore
 @SaIgnore
-@Api(hidden = true)
+@ApiIgnore
 public class WxPortalController {
 public class WxPortalController {
     private final WxMaService wxMaService;
     private final WxMaService wxMaService;
     private final WxMaMessageRouter wxMaMessageRouter;
     private final WxMaMessageRouter wxMaMessageRouter;