|
|
@@ -571,9 +571,6 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
|
|
|
if (StrUtil.hasEmpty(account, password)) {
|
|
|
throw BusinessRuntimeException.getInstance("您的车票账号密码异常,请联系客服...");
|
|
|
}
|
|
|
- if (cuiQiuMailService.isCuiQiuEmail(renewalView.getAccount())) {
|
|
|
- return cuiQiuMailService.getVerifyCode(renewalView.getAccount(), renewalView.getGoodsId(), type, loginReq.getLinkType());
|
|
|
- }
|
|
|
if (renewalView.getGoodsId() == 1l) {
|
|
|
Integer linkType = loginReq.getLinkType();
|
|
|
if (type == null && linkType == null) {
|
|
|
@@ -590,6 +587,9 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
|
|
|
redisService.incr(key, 1L);
|
|
|
}
|
|
|
}
|
|
|
+ if (cuiQiuMailService.isCuiQiuEmail(renewalView.getAccount())) {
|
|
|
+ return cuiQiuMailService.getVerifyCode(renewalView.getAccount(), renewalView.getGoodsId(), type, loginReq.getLinkType());
|
|
|
+ }
|
|
|
//银河域名邮件
|
|
|
String code = yhMailService.getVerifyCode(account, renewalView.getGoodsId(), type, loginReq.getLinkType());
|
|
|
GroupsRelationLoginCodeRecord record = new GroupsRelationLoginCodeRecord();
|