feat(webhook): 添加对shoppy平台webhook的支持 #40

Merged
longbot merged 3 commits from zhuotianyuan/API:main into main 2026-01-06 11:03:40 +00:00

3 Commits

Author SHA1 Message Date
zhuotianyuan f2b1036286 refactor(entity): 将可选字段明确标记为可选类型 2026-01-06 19:00:02 +08:00
zhuotianyuan 4af69aeb6f fix(webhook): 更新webhook控制器中的密钥值 2026-01-06 18:57:26 +08:00
zhuotianyuan ecd2a6712b feat(webhook): 添加对shoppy平台webhook的支持
- 在site.entity.ts中添加webhookUrl字段
- 在auth.middleware.ts中添加/shoppy路由到白名单
- 在webhook.controller.ts中实现shoppy平台webhook处理逻辑
2026-01-06 18:48:07 +08:00