SendlogList

字段

字段名 类型 格式 是否必填
items array <SendlogSummary> 必填
total integer 必填
limit integer 必填

示例 JSON

{
    "items": [
        {
            "id": 0,
            "createdAt": "2026-01-01T00:00:00+00:00",
            "recipient": "string",
            "subject": "string",
            "status": "string",
            "template": "string"
        }
    ],
    "total": 0,
    "limit": 0
}