feat: 调整通知接口字段并补齐风控配置清单

This commit is contained in:
zhangshy
2026-09-11 10:35:24 +08:00
parent c2178a985d
commit ecd0627396
7 changed files with 141 additions and 4 deletions
-2
View File
@@ -927,8 +927,6 @@ class RiskRepository:
"send_status": notification.send_status,
"receiver_email": notification.receiver_email,
"send_time": notification.sent_at,
"read_time": notification.read_at,
"ack_time": notification.acknowledged_at,
}
@staticmethod