|
@@ -765,7 +765,7 @@ class Notify extends Api
|
|
|
];
|
|
|
foreach ($list as &$v) {
|
|
|
$url = 'http://jscp.agency.gitv.tv/injectResult/v1/queryTv?cspId=' . config('cspid') . '&cpAlbumId=' . $v['id'] . '&cpTvId=' . $v['id'];
|
|
|
- $rs = httpRequest($url, 'POST', [], $header);
|
|
|
+ $rs = httpRequest($url, 'GET', [], $header);
|
|
|
if (!$rs) {
|
|
|
continue;
|
|
|
}
|