gate data
This commit is contained in:
@@ -530,9 +530,9 @@ variations from the norm, and in addition other reproductive organ issue
|
||||
|
||||
$res1 = $this->getCache($endpoint);
|
||||
if (count($res1)==0){
|
||||
$res1 = $this->apiData();
|
||||
//$res1= $rawData; //[0]['payload'];
|
||||
$this->saveCache($endpoint,$res1['payload']);
|
||||
$rawData = $this->apiData();
|
||||
$res1= $rawData['payload']; //[0]['payload'];
|
||||
$this->saveCache($endpoint,$res1);
|
||||
}
|
||||
//$resJson = $this->response->setJson($res1);
|
||||
return $res1;
|
||||
|
||||
Reference in New Issue
Block a user