|
|
@@ -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],
|
|
|
];
|