safePlatfrom-out-web/src/main/java/com/gkhy/safePlatform/accountController/LoginController.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
safePlatfrom-out-web/src/main/java/com/gkhy/safePlatform/accountController/LoginController.java
@@ -29,7 +29,6 @@ public ResultVO<UserLoginRPCRespDTO> authLogin(@RequestBody JSONObject loginForm){ String username = loginForm.getString("username"); String password = loginForm.getString("password"); password= Base64.decodeStr(password); return accountAuthService.authLogin(username, password); }