xiaogang 4 years ago
parent
commit
14567b9fde
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/Api/HomeController.php

+ 1 - 1
app/Http/Controllers/Api/HomeController.php

@@ -184,7 +184,7 @@ class HomeController extends Controller
             $cache_eq_id = $request->header('uniqueID','');//获取设备码
             $cache_eq_id = $request->header('uniqueID','');//获取设备码
             $lock = Cache::lock(ApiEnum::PHOTO_DESTROY_LOCK.$cache_eq_id, 1);
             $lock = Cache::lock(ApiEnum::PHOTO_DESTROY_LOCK.$cache_eq_id, 1);
 
 
-//            dd(Cache::get(ApiEnum::PHOTO_DESTROY_URL.$cache_eq_id.md5($request->url)));
+            dd(Cache::get(ApiEnum::PHOTO_DESTROY_URL.$cache_eq_id.md5($request->url)));
             if ($lock->get()) {
             if ($lock->get()) {
                 if(!$user){
                 if(!$user){
                     if(!Cache::get(ApiEnum::PHOTO_DESTROY_URL.$cache_eq_id.md5($request->url))){
                     if(!Cache::get(ApiEnum::PHOTO_DESTROY_URL.$cache_eq_id.md5($request->url))){