Parcourir la source

Merge branch 'master' of http://gogs.renlianiot.com:4000/zmcoding/station-test-api

nana_sen il y a 2 ans
Parent
commit
ed571c15f4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)){