1
This commit is contained in:
@@ -117,7 +117,7 @@ class SsApi
|
||||
|
||||
public function getBiz($biz_id, $cache = true)
|
||||
{
|
||||
$cacheKey = "SYTSTOPIC_SSAPI_BIZ_{$biz_id}";
|
||||
$cacheKey = "SYSTOPIC_SSAPI_BIZ_{$biz_id}";
|
||||
$redis = &load_cache();
|
||||
if ($cache) {
|
||||
$bizInfo = $redis->get($cacheKey);
|
||||
|
||||
Reference in New Issue
Block a user