|
@@ -11,6 +11,7 @@ import org.springframework.web.bind.annotation.PathVariable;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestMethod;
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
+import springfox.documentation.annotations.ApiIgnore;
|
|
|
|
|
|
import javax.servlet.http.HttpServletRequest;
|
|
|
|
|
@@ -24,6 +25,8 @@ import javax.servlet.http.HttpServletRequest;
|
|
|
@Api(value = "微信验证", tags = { "微信验证API" })
|
|
|
@SuppressWarnings("unchecked")
|
|
|
@Slf4j
|
|
|
+@ApiIgnore
|
|
|
+@Deprecated
|
|
|
@RequestMapping("jssdk/{appid}")
|
|
|
public class WeXinJsSdkController {
|
|
|
|