shish 5 years ago
parent
commit
cf6b5c8ac7
1 changed files with 0 additions and 3 deletions
  1. 0 3
      common/services/xhWxOpenService.php

+ 0 - 3
common/services/xhWxOpenService.php

@@ -25,9 +25,6 @@ class xhWxOpenService
 
     public static function refresh($id)
     {
-        $preKey = dict::getCacheKey('wxOpen');
-        $cacheKey = $preKey . $id;
-        Yii::$app->redis->executeCommand('DEL', [$cacheKey]);
         self::getById($id);
     }