This commit is contained in:
make
2026-01-25 00:54:38 +08:00
parent aa426d83e7
commit f4ee8dd16b
3 changed files with 3 additions and 5 deletions

View File

@@ -149,7 +149,7 @@ class BaiduPushVideoUrlLogic
]); ]);
$result = curl_exec($ch); $result = curl_exec($ch);
var_dump($result);
if ($result === false) { if ($result === false) {
curl_close($ch); curl_close($ch);
return; return;

View File

@@ -602,7 +602,7 @@ EOF;
foreach ($this->fetchVideosByBatch($intStart, $this->intPageSize) as $Video) { foreach ($this->fetchVideosByBatch($intStart, $this->intPageSize) as $Video) {
$arrArgs = [ $arrArgs = [
'intVId' => $Video->v_id, 'intVId' => $Video->v_id,
'strPinYin' => $Video->v_name_en, 'strPinyin' => $Video->v_name_en,
]; ];
if ($arrUrlFamily && !empty($arrUrlFamily)) { if ($arrUrlFamily && !empty($arrUrlFamily)) {

View File

@@ -10,7 +10,5 @@
{php}print_r($resData['p_data']);{/php} {php}print_r($resData['p_data']);{/php}
</pre> </pre>
git restore . git restore .
git clean -fd git clean -fd