|
@@ -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;
|