{
"id": 1024,
"type": 1,
"status": 1,
"code": "test_01",
"name": "yudao",
"content": "你好,{name}。你长的太{like}啦!",
"remark": "哈哈哈",
"apiTemplateId": "4383920",
"channelId": 10
}curl --location --request PUT '/system/sms-template/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1024,
"type": 1,
"status": 1,
"code": "test_01",
"name": "yudao",
"content": "你好,{name}。你长的太{like}啦!",
"remark": "哈哈哈",
"apiTemplateId": "4383920",
"channelId": 10
}'{
"code": 0,
"data": false,
"msg": ""
}