|
|
@@ -535,6 +535,10 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
|
|
|
throw BusinessRuntimeException.getInstance("车票未配置账号");
|
|
|
}
|
|
|
account = renewalView.getAccount();
|
|
|
+ //收取邮件的关联邮箱
|
|
|
+ if (StrUtil.isNotEmpty(renewalView.getRelateEmail())) {
|
|
|
+ account = renewalView.getRelateEmail();
|
|
|
+ }
|
|
|
String password = renewalView.getPassword();
|
|
|
if (StrUtil.hasEmpty(account, password)) {
|
|
|
throw BusinessRuntimeException.getInstance("您的车票账号密码异常,请联系客服...");
|