| | |
| | | if (empty || empty1) { |
| | | return R.fail("账户密码不能为空"); |
| | | } |
| | | // R r = tokenService.loginCommunityBackage(account, password,this.getAppId()); |
| | | String pwd=""; |
| | | R r = tokenService.loginCommunityBackage(account, password,this.getAppId()); |
| | | |
| | | |
| | | String pwd=""; |
| | | try { |
| | | pwd=MyAESUtil.Decrypt(password,"Ryo7M3n8loC5Abcd"); |
| | | pwd = MyAESUtil.Decrypt(password,"Ryo7M3n8loC5Abcd"); |
| | | } catch (Exception e) { |
| | | e.printStackTrace(); |
| | | } |
| | | |
| | | // return r; |
| | | return R.ok(pwd); |
| | | r.setMsg(pwd); |
| | | |
| | | return r; |
| | | } |
| | | @ApiOperation(value = "社区平台验证密码", response = LoginReturnVO.class) |
| | | @PostMapping("checkExport") |