Authorization: Bearer ********************{
"id": 1024,
"type": 1,
"status": 1,
"code": "test_01",
"name": "xecho",
"content": "你好,{name}。你长的太{like}啦!",
"remark": "哈哈哈",
"apiTemplateId": "4383920",
"channelId": 10
}curl --location --request PUT '/admin-api/system/sms-template/update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": 1024,
"type": 1,
"status": 1,
"code": "test_01",
"name": "xecho",
"content": "你好,{name}。你长的太{like}啦!",
"remark": "哈哈哈",
"apiTemplateId": "4383920",
"channelId": 10
}'{
"code": 0,
"data": true,
"msg": "string"
}