Commit 8e6c7836 authored by hj's avatar hj

更新提交

parent 6cfd5d56
...@@ -241,6 +241,13 @@ class CheMenuService ...@@ -241,6 +241,13 @@ class CheMenuService
'method' => 'productSave' 'method' => 'productSave'
]; ];
$this->apiService->pushQueue($productJobContent,'chemenu_product_save'); $this->apiService->pushQueue($productJobContent,'chemenu_product_save');
}else{
$productJobContent = [
'params' => ['url' => $pageUrl],
'consumer' => __CLASS__,
'method' => 'productPage'
];
$this->apiService->pushQueue($productJobContent,'chemenu_product_page');;
} }
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment