Pārlūkot izejas kodu

完善视频详情

15954078560 2 gadi atpakaļ
vecāks
revīzija
d31a7403c9
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      application/api/controller/Index.php

+ 1 - 0
application/api/controller/Index.php

@@ -1245,6 +1245,7 @@ class Index extends Api
         }
 
         $info['image'] = one_domain_image($info['image']);
+        $info['is_collection'] = Db::name('video_collection')->where(['user_id' => $this->auth->id, 'video_id' => $id])->count('id');
 
         $this->success('详情', $info);
     }