作者 lyh

gx

... ... @@ -488,7 +488,12 @@ class OptimizeController extends BaseController
$this->fail('请先设置域名');
}
$domain = 'https://' . $domainInfo['domain'] . '/';
$data = [];
$data = [
'ai_blog' => [],
'product' => [],
'product_category'=>[],
'product_keyword' => [],
];
ProjectServer::useProject($this->param['project_id']);
$productModel = new Product();
$this->processChunkedList($productModel, ['status' => $productModel::STATUS_ON], ['id', 'title', 'route'], $domain, $data, 'product');
... ...