|
|
@@ -801,7 +801,7 @@ public class GoGenerateService {
|
|
|
stringBuilder.append(get6Str());
|
|
|
stringBuilder.append(".");
|
|
|
stringBuilder.append(domainSelect.domain());
|
|
|
- if (3 == saveRequest.getType()) {
|
|
|
+ if (3 == saveRequest.getType() || 4 == saveRequest.getType()) {
|
|
|
// 交友裂变
|
|
|
stringBuilder.append("/portal-page/index?code=");
|
|
|
} else {
|
|
|
@@ -865,7 +865,7 @@ public class GoGenerateService {
|
|
|
stringBuilder.append(get6Str());
|
|
|
stringBuilder.append(".");
|
|
|
stringBuilder.append(domainSelect.domain());
|
|
|
- if (3 == saveRequest.type()) {
|
|
|
+ if (3 == saveRequest.type() || 4 == saveRequest.type()) {
|
|
|
// 交友裂变
|
|
|
stringBuilder.append("/portal-page/index?code=");
|
|
|
} else {
|
|
|
@@ -1014,7 +1014,7 @@ public class GoGenerateService {
|
|
|
stringBuilder.append(get6Str());
|
|
|
stringBuilder.append(".");
|
|
|
stringBuilder.append(domainSelect.domain());
|
|
|
- if (3 == a.type()) {
|
|
|
+ if (3 == a.type() || 4 ==a.type()) {
|
|
|
// 交友裂变
|
|
|
stringBuilder.append("/portal-page/index?code=");
|
|
|
} else {
|
|
|
@@ -1275,7 +1275,7 @@ public class GoGenerateService {
|
|
|
stringBuilder.append(get6Str());
|
|
|
stringBuilder.append(".");
|
|
|
stringBuilder.append(domainSelect.domain());
|
|
|
- if (3 == type) {
|
|
|
+ if (3 == type || 4==type) {
|
|
|
// 交友裂变
|
|
|
stringBuilder.append("/portal-page/index?code=");
|
|
|
} else {
|