|
|
@@ -465,7 +465,7 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
|
|
|
if (StrUtil.hasEmpty(account, password)) {
|
|
|
throw BusinessRuntimeException.getInstance("您的车票账号密码异常,请联系客服...");
|
|
|
}
|
|
|
- if (renewalView.getGoodsId() == 33l && renewalView.getAccount().contains(CUI_QIU_EMAIL_SUFFIX)) {
|
|
|
+ if (renewalView.getGoodsId() == 3l && renewalView.getAccount().contains(CUI_QIU_EMAIL_SUFFIX)) {
|
|
|
return cuiQiuMailService.getVerifyCode(renewalView.getAccount());
|
|
|
}
|
|
|
//获取邮箱密码
|