This commit is contained in:
CHIEFSOFT\ameye
2024-07-05 10:04:47 -04:00
parent 513fc92bac
commit db0ef1855c
+1 -1
View File
@@ -32,7 +32,7 @@ class WrenchHooks extends BaseController
$raw_array = json_decode($raw_json, true);
$in = $raw_array;
try {
$this->saveCache("FLUTTER_HOOK",$in,30000); // save flutter hook response to redis
$this->saveCache("FLUTTER_HOOK".strtoupper( date("FDYjGis") ),$in,30000); // save flutter hook response to redis
} catch (Exception $e) {
log_message('critical', "WrenchHooks flutter fail => ".$e->getMessage());
}