fix video rank cateogry en

This commit is contained in:
Default
2025-05-05 16:35:02 +08:00
parent cac9177838
commit 2060703010
3 changed files with 12 additions and 1 deletions

View File

@@ -71,5 +71,6 @@ class Scheduler
public function createCrawlWenXueGuanTask(array $arrData)
{
$arrCcData = json_decode($arrData['cc_data'], true);
print_r($arrCcData);
}
}