|
|
@@ -374,9 +374,9 @@ public class UserService {
|
|
374
|
374
|
*/
|
|
375
|
375
|
@Transactional
|
|
376
|
376
|
public void teamAdd(BindUserAdd param, BaseUser baseUser){
|
|
377
|
|
- if(!param.getCode().equals("" + stringRedisTemplate.opsForValue().get("api.auth.sms." + param.getMobile()))){
|
|
378
|
|
- throw new TDBAException("短信验证码有误");
|
|
379
|
|
- }
|
|
|
377
|
+// if(!param.getCode().equals("" + stringRedisTemplate.opsForValue().get("api.auth.sms." + param.getMobile()))){
|
|
|
378
|
+// throw new TDBAException("短信验证码有误");
|
|
|
379
|
+// }
|
|
380
|
380
|
redisTemplate.delete("api.auth.sms." + param.getMobile());
|
|
381
|
381
|
|
|
382
|
382
|
UserVo userVo = userMapper.selectByAccountForSimple(param.getMobile());
|