| | |
| | | |
| | | // 发送手机验证码 |
| | | if (AppContants.ACCOUNT_TYPE_MOBILE.equals(type)) { |
| | | boolean result = Sms106Send.sendVerifyCode(account, code.toString(), 2); |
| | | // boolean result = Sms106Send.sendVerifyCode(account, code.toString(), 2); |
| | | boolean result = ZzSmsSend.sendALiYun(account, code.toString()); |
| | | // boolean result = ZzSmsSend.sendVerifyCode(account, code.toString(), 2); |
| | | if (result) { |
| | | Map<String, Object> map = new HashMap<>(); |
| | |
| | | // 发送手机验证码 |
| | | if (AppContants.ACCOUNT_TYPE_MOBILE.equals(type)) { |
| | | |
| | | boolean result = Sms106Send.sendVerifyCode(account, code.toString(), 2); |
| | | // boolean result = ZzSmsSend.sendALiYun(account, code.toString()); |
| | | // boolean result = Sms106Send.sendVerifyCode(account, code.toString(), 2); |
| | | boolean result = ZzSmsSend.sendALiYun(account, code.toString()); |
| | | if (result) { |
| | | Map<String, Object> map = new HashMap<>(); |
| | | boolean flag = redisUtils.set(AppContants.VERIFY_CODE_PREFIX + account, code, 120); |