Browse Source

。。。

WANG 6 years ago
parent
commit
64a0eccef7

+ 1 - 1
examcloud-core-basic-service/src/main/java/cn/com/qmth/examcloud/core/basic/service/impl/AuthServiceImpl.java

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