change minutes
This commit is contained in:
@@ -57,7 +57,7 @@ class AirFlow extends BaseController
|
|||||||
if (count($res1)==0){
|
if (count($res1)==0){
|
||||||
$local_url = "http://".$this->micro_service_net1.":3033/interestCount";
|
$local_url = "http://".$this->micro_service_net1.":3033/interestCount";
|
||||||
$out = $this->APIcall('GET', $local_url, $in);
|
$out = $this->APIcall('GET', $local_url, $in);
|
||||||
$this->saveCache($endpoint,$out,120);
|
$this->saveCache($endpoint,$out,480);
|
||||||
}
|
}
|
||||||
return []; //json_encode( $final_out );
|
return []; //json_encode( $final_out );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user