feat(ECR-034): AdminGovernance PrivacyRequest 只读并 Closed

PrivacyRequest catalog (000035) · Loop continuous.
This commit is contained in:
jackyu66git
2026-08-08 03:15:59 +08:00
parent aad6cdf7ea
commit 45e98f6872
26 changed files with 468 additions and 2 deletions
+1
View File
@@ -62,6 +62,7 @@ func (h *AdminHandler) Register(api *gin.RouterGroup) {
h.registerCrisisEvents(authed)
h.registerInterventionOutcomes(authed)
h.registerHandoffCases(authed)
h.registerPrivacyRequests(authed)
}
func (h *AdminHandler) Login(c *gin.Context) {