likang 1 年間 前
コミット
44d8df36f6
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      catch/api/controller/Api.php

+ 1 - 1
catch/api/controller/Api.php

@@ -332,7 +332,7 @@ class Api extends CatchController
         while(true){
             $redis=Cache::store('redis')->handler();
             $key="push_data";
-           $url="http://61.175.203.188:10001/api/accessReport";
+           $url="http://localhost:8115/api/accessReport";
           // $url="http://127.0.0.1:8000/api/accessReport";
            sleep(2);
             while($data=$redis->lPop($key)){