feat(ECR-033): AskOperations HandoffCase 只读并 Closed

HandoffCase catalog (000034) · Loop continuous.
This commit is contained in:
jackyu66git
2026-08-08 03:15:45 +08:00
parent 01063208a1
commit 487bee78d1
25 changed files with 457 additions and 1 deletions
+22
View File
@@ -0,0 +1,22 @@
ecr: ECR-033
capability: AskOperations
bounded_context: Ask_Ops
parent: WAVE0-FROZEN
predecessor: ECR-032
change:
type: additive
breaking_change: false
migration_required: true
compatibility_notes: >
Adds HandoffCase read catalog. Forbidden: UGC / real payment.
apis:
- method: GET
path: /api/v1/admin/ask/handoffs
change: added
- method: GET
path: /api/v1/admin/ask/handoffs/{id}
change: added
perms:
- code: admin.ask.read
change: unchanged