林琦海 5 年 前
コミット
0d67b4eb94
1 ファイル変更1 行追加1 行削除
  1. 1 1
      common/components/goWs.php

+ 1 - 1
common/components/goWs.php

@@ -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([