Merge branch 'dev' of ssh://git.bgbg.live:18150/root/SEONexus into dev
This commit is contained in:
@@ -72,7 +72,9 @@ class VideoClicksModel extends MongoModel
|
||||
'$inc' => ['vc_clicks' => 1],
|
||||
'$set' => [
|
||||
'v_category' => $Video->v_category,
|
||||
'v_parent_category' => $Video->v_parent_category
|
||||
'v_parent_category' => $Video->v_parent_category,
|
||||
'v_category_en' => $Video->v_category_en,
|
||||
'v_parent_categoryen' => $Video->v_parent_category_en,
|
||||
],
|
||||
],
|
||||
[
|
||||
|
||||
@@ -71,5 +71,6 @@ class Scheduler
|
||||
public function createCrawlWenXueGuanTask(array $arrData)
|
||||
{
|
||||
$arrCcData = json_decode($arrData['cc_data'], true);
|
||||
print_r($arrCcData);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user