wzq 5 年 前
コミット
7eaf82204c
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      app/Repositories/FloorRepository.php

+ 1 - 0
app/Repositories/FloorRepository.php

@@ -129,6 +129,7 @@ class FloorRepository
                 ];
             }
         }
+        Log::debug('推荐内容楼层-data'.json_encode($data));
         return $data;
     }