Browse Source

删除中兴注入107

15954078560 2 years ago
parent
commit
46ed065e1b
1 changed files with 3 additions and 3 deletions
  1. 3 3
      application/api/controller/Notify.php

+ 3 - 3
application/api/controller/Notify.php

@@ -719,7 +719,7 @@ class Notify extends Api
 
     //视频注入结果查询
     public function injectquery() {
-        $url = 'http://jscp.agency.gitv.tv/injectResult/v1/queryTv?cspId=' . config('cspid_zx') . '&cpAlbumId=121&cpTvId=121';
+        $url = 'http://jscp.agency.gitv.tv/injectResult/v1/queryTv?cspId=' . config('cspid_zx') . '&cpAlbumId=107&cpTvId=107';
         $header = [
             'Content-Type: application/json'
         ];
@@ -974,7 +974,7 @@ class Notify extends Api
         set_time_limit(0);
 
         $hu_video = Db::name('video');
-        $list = $hu_video->limit(50)->select();
+        $list = $hu_video->where(['id' => 107])->limit(50)->select();
 
         if (!$list) {
             echo 'mei shu ju';
@@ -1038,7 +1038,7 @@ class Notify extends Api
         set_time_limit(0);
 
         $hu_video = Db::name('video');
-        $list = $hu_video->limit(1)->order('id')->select();
+        $list = $hu_video->where(['id' => 107])->limit(1)->order('id')->select();
 
         if (!$list) {
             echo 'mei shu ju';