Authorization: Bearer ********************
{
"id": 1001,
"owner": 2,
"defaultFlag": 1,
"alias": "节日祝福短信",
"name": "通用节日祝福模板",
"dictCode": "FESTIVAL_TEMPLATE",
"dictCodeName": "节日祝福模板类别",
"content": "亲爱的用户,祝您节日愉快!",
"status": 1,
"remark": "用于发送节日祝福短信",
"customerId": "CUST0001",
"expand1": "Extra Info 1",
"expand2": "Extra Info 2",
"expand3": "Extra Info 3",
"expand4": "Extra Info 4",
"expand5": "Extra Info 5",
"createTime": "2025-03-01T12:30:00",
"creator": "admin01",
"modifyTime": "2025-03-02T14:15:00",
"modifier": "editor01",
"type": "1",
"voyageType": "1"
}
curl --location --request POST '/api/system/sms/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1001,
"owner": 2,
"defaultFlag": 1,
"alias": "节日祝福短信",
"name": "通用节日祝福模板",
"dictCode": "FESTIVAL_TEMPLATE",
"dictCodeName": "节日祝福模板类别",
"content": "亲爱的用户,祝您节日愉快!",
"status": 1,
"remark": "用于发送节日祝福短信",
"customerId": "CUST0001",
"expand1": "Extra Info 1",
"expand2": "Extra Info 2",
"expand3": "Extra Info 3",
"expand4": "Extra Info 4",
"expand5": "Extra Info 5",
"createTime": "2025-03-01T12:30:00",
"creator": "admin01",
"modifyTime": "2025-03-02T14:15:00",
"modifier": "editor01",
"type": "1",
"voyageType": "1"
}'
{
"success": false,
"errCode": "",
"errMsg": "",
"traceId": "",
"data": ""
}