支付密码加密规则修改
This commit is contained in:
parent
1051d2aa0b
commit
45551e0a86
|
|
@ -87,7 +87,7 @@ public class UserInfoServiceImpl extends ServiceImpl<UserInfoMapper, UserInfo>
|
|||
throw new ApiNotPrintException("验证码错误");
|
||||
}
|
||||
|
||||
userInfo.setPayPwd(SecureUtil.md5(userInfo.getId() + userInfoPwdEditDTO.getPayPwd()));
|
||||
userInfo.setPayPwd(SecureUtil.md5(userInfoPwdEditDTO.getPayPwd()));
|
||||
boolean b = updateById(userInfo);
|
||||
if (b) {
|
||||
redisService.del(key);
|
||||
|
|
|
|||
Loading…
Reference in New Issue