|
@@ -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';
|