Authorization: Bearer ********************curl --location '/admin-api/system/sms-template/get?id=1024' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": {
"id": 1024,
"type": 1,
"status": 1,
"code": "test_01",
"name": "xecho",
"content": "你好,{name}。你长的太{like}啦!",
"params": "name,code",
"remark": "哈哈哈",
"apiTemplateId": "4383920",
"channelId": 10,
"channelCode": "ALIYUN",
"createTime": "2019-08-24T14:15:22.123Z"
},
"msg": "string"
}