Browse Source

修改时间

wzq 5 years ago
parent
commit
cec4c1e8b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Repositories/PosterRepository.php

+ 1 - 1
app/Repositories/PosterRepository.php

@@ -226,7 +226,7 @@ class PosterRepository
         Storage::put($filename, (string)$main->encode('jpg'));
         $url = 'http://oss.caihongxingqiu.net/'.$filename;
         Redis::set($key, $url);
-        Redis::expire($key, 3600 * 24 * 3);
+//        Redis::expire($key, 3600 * 24 * 3);
 
         return jsonSuccess($url);
     }