中台api接口
Go to file
tikkhun 8778b8138d feat(订单): 添加订单商品列表和关联订单查询功能
- 新增getOrderItemList接口用于查询订单商品列表
- 新增getRelatedByOrder接口用于查询关联订单
- 在QueryOrderDTO中添加isSubscriptionOnly字段用于筛选订阅订单
- 优化订单查询SQL,添加订阅订单过滤条件
- 为日期参数添加默认值处理
2025-11-19 15:51:10 +08:00
src feat(订单): 添加订单商品列表和关联订单查询功能 2025-11-19 15:51:10 +08:00
test/controller init 2025-05-22 15:15:43 +08:00
.eslintrc.json init 2025-05-22 15:15:43 +08:00
.gitignore chore: 更新.gitignore文件,添加container目录忽略 2025-11-13 14:35:08 +08:00
.prettierrc.js init 2025-05-22 15:15:43 +08:00
README.md Initial commit 2025-05-21 09:36:37 +00:00
bootstrap.js init 2025-05-22 15:15:43 +08:00
jest.config.js init 2025-05-22 15:15:43 +08:00
package-lock.json chore: package-lock.json 2025-11-14 10:52:57 +08:00
package.json build: 添加 @woocommerce/woocommerce-rest-api 依赖 2025-11-17 16:11:10 +08:00
pnpm-lock.yaml build: 添加 @woocommerce/woocommerce-rest-api 依赖 2025-11-17 16:11:10 +08:00
tsconfig.json Fix: bug fix 2025-09-23 16:32:49 +08:00

README.md

API

中台api接口