shish 5 yıl önce
ebeveyn
işleme
dcdf3b5a3f
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      common/components/wxUtil.php

+ 2 - 1
common/components/wxUtil.php

@@ -1260,10 +1260,11 @@ class wxUtil
         if ($has === false) {
             $currentHost = str_replace('http', 'https', $currentHost);
         }
+        //$socket = str_replace("world","Peter",$currentHost);
         $data = [
             "action" => "set",
             "requestdomain" => [$currentHost],
-            "wsrequestdomain" => ['wss://api.ghs.huaml.com'],
+            "wsrequestdomain" => ['ws://api.ghs.huaml.com'],
             "uploaddomain" => [$currentHost],
             "downloaddomain" => [$currentHost],
         ];