@@ -258,7 +258,7 @@ public class AuthServiceImpl implements AuthService {
// 验证码为空时,发送验证码
else {
smsCodeService.sendSmsCode(accountValue);
- throw new StatusException("B-001100", "需要短信验证码");
+ throw new StatusException("B-001100", "请输入短信验证码");
}