wesmiler 2 年之前
父节点
当前提交
77f2b83a50
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/Services/Api/VideoCommentService.php

+ 1 - 0
app/Services/Api/VideoCommentService.php

@@ -244,6 +244,7 @@ class VideoCommentService extends BaseService
             return true;
         }
 
+        RedisService::clear($cacheKey);
         $this->error = 1003;
         return false;
     }