Просмотр исходного кода

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

nana_sen 1 год назад
Родитель
Сommit
ed571c15f4
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){
         while(true){
             $redis=Cache::store('redis')->handler();
             $redis=Cache::store('redis')->handler();
             $key="push_data";
             $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";
           // $url="http://127.0.0.1:8000/api/accessReport";
            sleep(2);
            sleep(2);
             while($data=$redis->lPop($key)){
             while($data=$redis->lPop($key)){