Commit 9a50d072 by Future

短信消息

parent 91f01a68
......@@ -396,7 +396,7 @@ public class UserService extends BaseServiceImpl<UserMapper, User> {
* @param redisKey
*/
private void verifySMSVerifyCode(String verifyCode, String redisKey) {
if (verifyCode.equals(verifyCode)) {
if (verifyCode.equals(this.verifyCode)) {
// 测试人员使用默认验证码
redisUtils.delKey(redisKey);
return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment