feat(ECR-032): CrisisCare InterventionOutcome 只读并 Closed

InterventionOutcome catalog (000033) · Loop continuous.
This commit is contained in:
jackyu66git
2026-08-08 03:15:30 +08:00
parent 58eef7c02b
commit 447fb6da16
25 changed files with 457 additions and 1 deletions
+1
View File
@@ -60,6 +60,7 @@ func (h *AdminHandler) Register(api *gin.RouterGroup) {
h.registerBlockPolicies(authed)
h.registerModerationCases(authed)
h.registerCrisisEvents(authed)
h.registerInterventionOutcomes(authed)
}
func (h *AdminHandler) Login(c *gin.Context) {