|
@@ -221,7 +221,7 @@ public class PersonInfoApiController {
|
|
|
if (personInfo == null) {
|
|
if (personInfo == null) {
|
|
|
throw new Exception("用户不存在");
|
|
throw new Exception("用户不存在");
|
|
|
}
|
|
}
|
|
|
- String smsKey = "SMS_" + personInfo.getId();
|
|
|
|
|
|
|
+ String smsKey = "SMS_" + phone;
|
|
|
|
|
|
|
|
String beforeVerifyCode = (String) valueOperations.get(smsKey);
|
|
String beforeVerifyCode = (String) valueOperations.get(smsKey);
|
|
|
|
|
|