feat: 添加导出接口路由
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 2s

This commit is contained in:
2026-03-27 16:31:29 +08:00
parent a1c7ae62ba
commit 863fdda9a5
2 changed files with 4 additions and 1 deletions

View File

@@ -68,7 +68,7 @@ class ProductCategoryRecommend
$data = $this->getProductCategoryRecommendData();
// 导出
return xlsx_writer($data, $schema, '产品列表' . date('YmdHis'));
return xlsx_writer($data, $schema, '产品推荐列表' . date('YmdHis'));
}
// 获取要导出的推荐记录数据
private function getProductCategoryRecommendData()