| xqd
@@ -185,7 +185,7 @@ class HomeController extends Controller
|
|
|
|
|
|
if ($lock->get()) {
|
|
|
if(!$user){
|
|
|
- //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(!Cache::has(ApiEnum::PHOTO_DESTROY_URL.$cache_eq_id.md5($request->url))){
|
|
|
Cache::put(ApiEnum::PHOTO_DESTROY_URL.$cache_eq_id.md5($request->url),$request->url,86400*365);
|
|
|
dd(Cache::get(ApiEnum::PHOTO_DESTROY_URL.$cache_eq_id.md5($request->url)));
|