15954078560 2 лет назад
Родитель
Сommit
d31a7403c9
1 измененных файлов с 1 добавлено и 0 удалено
  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);
     }