SendlogSummary

字段

字段名 类型 格式 是否必填
id integer 必填
createdAt string | null date-time
recipient string 必填
subject string 必填
status string 必填
template string | null

示例 JSON

{
    "id": 0,
    "createdAt": "2026-01-01T00:00:00+00:00",
    "recipient": "string",
    "subject": "string",
    "status": "string",
    "template": "string"
}