dedbug
This commit is contained in:
@@ -149,11 +149,11 @@ 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;
|
||||||
}
|
}
|
||||||
|
|
||||||
curl_close($ch);
|
curl_close($ch);
|
||||||
|
|
||||||
|
|||||||
@@ -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)) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user