diff --git a/core/class/solaxcloud.class.php b/core/class/solaxcloud.class.php index ca2b329..97fcafd 100644 --- a/core/class/solaxcloud.class.php +++ b/core/class/solaxcloud.class.php @@ -425,7 +425,7 @@ public function getSolaxcloudData() { curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); // COLLECTING VALUES - curl_setopt($ch, CURLOPT_URL, 'https://www.solaxcloud.com:9443/proxy/api/getRealtimeInfo.do?tokenId=' .$solaxcloud_token.'&sn=' .$solaxcloud_regisno); + curl_setopt($ch, CURLOPT_URL, 'https://global.solaxcloud.com/proxyApp/proxy/api/getRealtimeInfo.do?tokenId=' .$solaxcloud_token.'&sn=' .$solaxcloud_regisno); $data = curl_exec($ch); if (curl_errno($ch)) {