From da5823d92b25d4a030c2bb4bfd60c8c97d36440b Mon Sep 17 00:00:00 2001 From: bynt Date: Thu, 21 Oct 2021 13:36:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E7=99=BB=E5=BD=95=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/hchbox/module/controller/AuthorizationController.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/service/trade-service-others/trade-service-others-account/src/main/java/com/hchbox/module/controller/AuthorizationController.java b/service/trade-service-others/trade-service-others-account/src/main/java/com/hchbox/module/controller/AuthorizationController.java index 18ca64e..c17b477 100644 --- a/service/trade-service-others/trade-service-others-account/src/main/java/com/hchbox/module/controller/AuthorizationController.java +++ b/service/trade-service-others/trade-service-others-account/src/main/java/com/hchbox/module/controller/AuthorizationController.java @@ -71,8 +71,7 @@ public class AuthorizationController { private final LoginProperties loginProperties; private final OnlineUserService onlineUserService; private final AuthenticationManagerBuilder authenticationManagerBuilder; - @Resource - private LoginProperties loginProperties; + @ApiOperation("登录授权") @AnonymousPostMapping(value = "/login")