中台api接口
Go to file
tikkhun 795b13ce31 feat(订阅): 添加WooCommerce订阅管理功能
实现订阅模块的完整功能,包括:
- 添加订阅状态枚举
- 创建订阅实体和DTO
- 实现订阅同步和查询服务
- 添加订阅控制器提供API接口
- 配置订阅实体到数据库连接
2025-11-13 15:10:20 +08:00
src feat(订阅): 添加WooCommerce订阅管理功能 2025-11-13 15:10:20 +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.json feat:更新 package.json 添加缺失依赖 2025-11-10 08:04:22 +00:00
pnpm-lock.yaml feat(订阅): 添加WooCommerce订阅管理功能 2025-11-13 15:10:20 +08:00
tsconfig.json Fix: bug fix 2025-09-23 16:32:49 +08:00

README.md

API

中台api接口