@@ -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);
}