SendlogSummary| 字段名 | 类型 | 格式 | 是否必填 |
|---|---|---|---|
id |
integer | 必填 | |
createdAt |
string | null | date-time | |
recipient |
string | 必填 | |
subject |
string | 必填 | |
status |
string | 必填 | |
template |
string | null |
{
"id": 0,
"createdAt": "2026-01-01T00:00:00+00:00",
"recipient": "string",
"subject": "string",
"status": "string",
"template": "string"
}