Authorization: Bearer ********************{
"id": 1,
"owner": 2,
"defaultFlag": 1,
"alias": "示例短信名称",
"name": "示例模板名称",
"dictCode": "exampleDictCode",
"dictCodeName": "示例模板类别名称",
"content": "这是示例模板内容",
"status": 1,
"remark": "这是一些备注信息",
"customerId": "123456",
"expand1": "备用信息1",
"expand2": "备用信息2",
"expand3": "备用信息3",
"expand4": "备用信息4",
"expand5": "备用信息5",
"createTime": "2025-03-01T12:00:00",
"creator": "user001",
"modifyTime": "2025-03-02T14:30:00",
"modifier": "user002"
}curl --location --request POST '/api/system/email/save' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"owner": 2,
"defaultFlag": 1,
"alias": "示例短信名称",
"name": "示例模板名称",
"dictCode": "exampleDictCode",
"dictCodeName": "示例模板类别名称",
"content": "这是示例模板内容",
"status": 1,
"remark": "这是一些备注信息",
"customerId": "123456",
"expand1": "备用信息1",
"expand2": "备用信息2",
"expand3": "备用信息3",
"expand4": "备用信息4",
"expand5": "备用信息5",
"createTime": "2025-03-01T12:00:00",
"creator": "user001",
"modifyTime": "2025-03-02T14:30:00",
"modifier": "user002"
}'{
"success": false,
"errCode": "",
"errMsg": "",
"traceId": "",
"data": false
}