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,11 +149,11 @@ class BaiduPushVideoUrlLogic
]);
$result = curl_exec($ch);
var_dump($result);
if ($result === false) {
curl_close($ch);
return;
}
}
curl_close($ch);

View File

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

View File

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