docs(M02-B): 记录微信登录验收结果

This commit is contained in:
Codex
2026-06-18 10:46:39 +08:00
parent 647ef7c83c
commit a8c2a3b3e1
9 changed files with 100 additions and 15 deletions
+5 -5
View File
@@ -3,10 +3,10 @@
```yaml
execution_cursor:
current_module: M02
current_stage: M02-B
last_completed_stage: M02-A
next_stage: M02-B
last_engineering_commit: 8b8fb28
current_stage: M02-C
last_completed_stage: M02-B
next_stage: M02-C
last_engineering_commit: 647ef7c
last_push_verified: true
blocked_reason: ""
```
@@ -15,7 +15,7 @@ execution_cursor:
|---|---|---|---|---|
| M00 单仓库与服务器基础骨架 | PARTIAL | `ef0edda` | docs/devlogs/2026-06-16-M00-V5-基线核验.md | V5.2 已接入;已有成果基线、仓库完整性门禁、状态文档门禁、显式路径模块推送脚本、release manifest dry-run 检查、WSL 本地 MQTT 服务级核验、认证/ACL 冒烟入口、配置自检、可选 TLS/遗嘱/重复消息探测入口和 WSL EMQX 检查/启动/停止入口已补;生产部署、账号配置、真实验收仍未完成。 |
| M01 后端 API 基础工程 | DONE | `2b90d1f` | docs/devlogs/2026-06-18-M01-C-轻量异步任务基础.md | 已完成 Fastify 后端骨架、数据库迁移兼容层,以及 MySQL outbox、幂等任务、租约领取、失败重试、人工补偿状态和独立 PM2 workerWSL MySQL 8.4.9 往返迁移与 worker 重启持久性验证通过。 |
| M02 登录、租户、权限 | PARTIAL | `8b8fb28` | docs/devlogs/2026-06-18-M02-A-多小程序租户模型.md | M02-A 已完成应用租户绑定、品牌配置和公开启动配置接口;下一阶段 M02-B 实现微信登录、用户身份、JWT 与可撤销会话。 |
| M02 登录、租户、权限 | PARTIAL | `647ef7c` | docs/devlogs/2026-06-18-M02-B-微信登录与会话.md | M02-A/B 已完成应用租户模型、微信身份、JWT 与可撤销会话;下一阶段 M02-C 实现 RBAC、门店数据范围和资源归属。 |
| M03 门店、房间、价格、营业时间 | TODO | - | - | - |
| M04 订单、时段锁定、支付闭环 | TODO | - | - | - |
| M05 会员、余额、套餐、优惠券 | TODO | - | - | - |