From 8589fd38e068b11fa54b51740ee7fa6aa08a0037 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E4=B9=85=E5=93=A5?= <787952492@qq.com> Date: Sat, 11 Jun 2022 18:04:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4wxcp.farmSecret?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/controller/admin/auth/AuthController.java | 7 ------- 1 file changed, 7 deletions(-) diff --git a/yudao-module-system/yudao-module-system-impl/src/main/java/cn/iocoder/yudao/module/system/controller/admin/auth/AuthController.java b/yudao-module-system/yudao-module-system-impl/src/main/java/cn/iocoder/yudao/module/system/controller/admin/auth/AuthController.java index 8b433581..6cb6f3b4 100644 --- a/yudao-module-system/yudao-module-system-impl/src/main/java/cn/iocoder/yudao/module/system/controller/admin/auth/AuthController.java +++ b/yudao-module-system/yudao-module-system-impl/src/main/java/cn/iocoder/yudao/module/system/controller/admin/auth/AuthController.java @@ -71,14 +71,7 @@ public class AuthController { private CpUserService cpUserService; @Resource private WxCpService wxCpService; - @Resource - private WxMaService wxMaService; - @Resource - private UserSessionService userSessionService; - - @Value("${wxcp.farmSecret}") - private String farmSecret; @PostMapping("/login") @ApiOperation("使用账号密码登录")