feat: add public question bank sync worker

This commit is contained in:
Codex
2026-06-29 09:38:11 +08:00
parent f63f8491f6
commit 6f0083bd13
20 changed files with 632 additions and 39 deletions

View File

@@ -261,7 +261,7 @@ GET /api/tenant-admin/audit-logs
2. 接入真实短信 provider阿里云/腾讯云,密钥放 `app_private.tenant_secrets` 或生产 Vault。
3. 接入真实 OAuth provider微信网页、微信小程序、QQ并处理旧 PocketBase 身份映射。
4. 补完整资金流水对账、异常订单运营台和优惠券核销报表;支付/退款补偿、退款查询确认和退款通知主链路已完成。
5. 扩展 `apps/worker`:日报统计、导入后检查、CRM 死信告警和公共题库同步
5. 扩展 `apps/worker`日报统计、CRM 死信告警、公共题库版本通知和冲突处理运营台;公共题库同步 worker 已具备单批执行能力
6. 开始 Taro scaffold`supabaseApi` 抽到跨端包或适配层。
## 测试命令
@@ -272,5 +272,6 @@ npm run test:worker:crm
npm run test:worker:commerce
npm run test:worker:assets
npm run test:worker:imports
npm run test:worker:public-banks
npm run check:refactor
```