|
@@ -719,18 +719,6 @@ class Notify extends Api
|
|
|
|
|
|
//视频注入结果查询
|
|
|
public function injectquery() {
|
|
|
- $url = 'http://jscp.agency.gitv.tv/injectResult/v1/queryTv?cspId=' . config('cspid_zx') . '&cpAlbumId=107&cpTvId=107';
|
|
|
- $header = [
|
|
|
- 'Content-Type: application/json'
|
|
|
- ];
|
|
|
- $rs = httpRequest($url, 'GET', [], $header);
|
|
|
- if (!$rs) {
|
|
|
- echo 1;
|
|
|
- }
|
|
|
- $rs = json_decode($rs, true); p($rs);die;
|
|
|
- if ($rs['code'] != 'A000000') {
|
|
|
- echo 2;
|
|
|
- }
|
|
|
set_time_limit(0);
|
|
|
|
|
|
$time = strtotime(date('Y-m-d', time()));
|