From 333befafccc7c1f319a75257d92674460704c9c1 Mon Sep 17 00:00:00 2001 From: zhouhao Date: Fri, 12 Oct 2018 15:53:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=9B=BE=E7=89=87=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../web/authorization/basic/web/AuthorizationController.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hsweb-authorization/hsweb-authorization-basic/src/main/java/org/hswebframework/web/authorization/basic/web/AuthorizationController.java b/hsweb-authorization/hsweb-authorization-basic/src/main/java/org/hswebframework/web/authorization/basic/web/AuthorizationController.java index b2c1f1638..ec7f4289f 100644 --- a/hsweb-authorization/hsweb-authorization-basic/src/main/java/org/hswebframework/web/authorization/basic/web/AuthorizationController.java +++ b/hsweb-authorization/hsweb-authorization-basic/src/main/java/org/hswebframework/web/authorization/basic/web/AuthorizationController.java @@ -91,6 +91,9 @@ public ResponseMessage> authorize(@RequestParam @ApiParam(" return doLogin(username, password, WebUtil.getParameters(request)); } + /** + * + */ @SneakyThrows protected ResponseMessage> doLogin(String username, String password, Map parameter) { Assert.hasLength(username, "用户名不能为空");