update
This commit is contained in:
@ -174,6 +174,7 @@ class KeywordsController extends AbstractController
|
||||
$v['keyword'] = AppKeywordsMonitorTask::find($v['aid'])->keyword;
|
||||
$v['screen_path'] = Config::DOMAIN . $v['screen_path'];
|
||||
}
|
||||
|
||||
$fileName = date('Y-m-d') . '关键词监控结果';
|
||||
return ExcelHelper::exportData($this->response, list: $res, header: [
|
||||
['关键词', 'keyword', 'text'],
|
||||
|
Reference in New Issue
Block a user