hook key
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user