|
@@ -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)){
|