@@ -43,9 +43,6 @@ public class EnvCommonService {
}
public String getNotifyHost() {
- if (isPreEnv()) {
- return notifyDomain.replaceAll("8081", "8082");
- }
return notifyDomain;