dyjh 6 years ago
parent
commit
d4aa0df37b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Http/Controllers/Api/V1/AlbumController.php

+ 1 - 0
app/Http/Controllers/Api/V1/AlbumController.php

xqd
@@ -219,6 +219,7 @@ class AlbumController extends Controller
                 $check_user = AlbumWatchRecord::where([
                   ['open_id', $check->open_id],['store_id', $datas['store_id']]
                 ])->first();
+                \Log::info($check_user);
                 dd($check_user);
                 if ($check_user) {
                     $add_record['is_new'] = 0;