@@ -23,7 +23,7 @@ class goWs
public static function request($path)
{
//暂时先写死
- $url = '127.0.0.1:7777';
+ $url = 'http://127.0.0.1:7777';
$url = $url.$path;
$curl = new curl\Curl();
$curl->setOptions([