Просмотр исходного кода

:bug: Fixing #108 . 解决短信发布频发 文案同步错误

冷冷 6 лет назад
Родитель
Сommit
f1f0aba876

+ 1 - 1
pigx-upms/pigx-upms-biz/src/main/java/com/pig4cloud/pigx/admin/service/impl/MobileServiceImpl.java

@@ -71,7 +71,7 @@ public class MobileServiceImpl implements MobileService {
 
 		if (codeObj != null) {
 			log.info("手机号验证码未过期:{},{}", mobile, codeObj);
-			return new R<>(Boolean.FALSE, "手机号未注册");
+			return new R<>(Boolean.FALSE, "验证码发送过频繁");
 		}
 
 		String code = RandomUtil.randomNumbers(Integer.parseInt(SecurityConstants.CODE_SIZE));