WRENCHBOARD_ACCOUNT_HOMEBANNERS

This commit is contained in:
CHIEFSOFT\ameye
2024-07-19 19:52:42 -04:00
parent c7f68f4373
commit 1d599ce8a9
+1 -1
View File
@@ -27,7 +27,7 @@ class WrenchBanners extends BaseController
$raw_json = file_get_contents('php://input');
$in = json_decode($raw_json, true);
// $in["action"] = WRENCHBOARD_ACCOUNT_LOGIN;
$in["action"] = WRENCHBOARD_ACCOUNT_HOMEBANNERS;
$endpoint = "FAMILY_BANNERS-". $in["uid"]; // str_pad($in["uid"], 12, "0", STR_PAD_LEFT);
$out = $this->getCache($endpoint); // try find in cache
// if ( count($out) == 0 ){