{
"id": 1,
"templateId": 123,
"templateTitle": "营销邮件模板",
"attachment": "attachment.pdf",
"content": "这是邮件内容",
"emailTitle": "重要通知",
"userId": 123,
"createDate": "2024-01-01",
"attachmentList": [
{
"id": 0,
"attachmentName": "string",
"attachmentUrl": "string",
"attachmentSize": "string",
"attachmentId": 0,
"templateId": 0,
"updateDate": "string",
"createDate": "string"
}
],
"templateName": "营销邮件模板",
"token": 1234567890,
"updateDate": "2024-01-01",
"sign": 1,
"auditDate": "2024-01-01",
"status": 1,
"titleConvert": "转换后的标题",
"contentConvert": "转换后的内容",
"type": 1,
"templateStatus": 0
}
curl --location --request POST '/user/updateTemplate' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"templateId": 123,
"templateTitle": "营销邮件模板",
"attachment": "attachment.pdf",
"content": "这是邮件内容",
"emailTitle": "重要通知",
"userId": 123,
"createDate": "2024-01-01",
"attachmentList": [
{
"id": 0,
"attachmentName": "string",
"attachmentUrl": "string",
"attachmentSize": "string",
"attachmentId": 0,
"templateId": 0,
"updateDate": "string",
"createDate": "string"
}
],
"templateName": "营销邮件模板",
"token": 1234567890,
"updateDate": "2024-01-01",
"sign": 1,
"auditDate": "2024-01-01",
"status": 1,
"titleConvert": "转换后的标题",
"contentConvert": "转换后的内容",
"type": 1,
"templateStatus": 0
}'
{
"date": "string",
"status": 0,
"message": "string",
"data": "string",
"returnCode": 0,
"count": 0,
"isEmpty": true
}