bannerGetOffers($in)

This commit is contained in:
CHIEFSOFT\ameye
2024-09-24 14:47:47 -04:00
parent 39a8c3d0c8
commit d955c91d95
2 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ class WrenchBlog extends BaseController
if (count($res1)==0){
$rawData = $this->apiData($blog_id);
$res1= $rawData['payload']; //[0]['payload'];
$this->saveCache($endpoint,$res1);
$this->saveCache($endpoint,$res1,18000);
}
}
else{