@@ -1028,7 +1028,7 @@ public class CommonUtil {
url = url.replace("https://", "http://").replace("183.247.216.148", "152.168.2.15").replace(":9000//", ":9000/");
}
} else {
- getNetUrl(url);
+ url = getNetUrl(url);
return url;