فهرست منبع

完善视频详情

15954078560 2 سال پیش
والد
کامیت
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);
     }