Commit 15944a0b authored by 顾文旭's avatar 顾文旭

redis url modify

parent 3b8503ee
......@@ -87,7 +87,7 @@ class CacheUtil
if (is_null($value) || false === $value) {
return $default;
}
return json_decode($value);
return json_decode($value,true);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment