瀏覽代碼

各业务系统只提供付费观看数据。

lizhen_gitee 4 月之前
父節點
當前提交
7ce9bdd733
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      application/api/controller/Tvindex.php

+ 4 - 0
application/api/controller/Tvindex.php

@@ -489,6 +489,10 @@ class Tvindex extends Api
         if (!$info) {
             $this->error('数据不存在');
         }
+        //文档的说法:各业务系统只提供付费观看数据。
+        if($info['is_pay'] != 1){
+            $this->success('');
+        }
 
         //播放日志
         $play_data = [