查询模板
更新时间:2021-11-10
URL
/sms/v3/template/{templateId}
HTTP Method
GET
请求Url参数
参数名称 | 类型 | 是否必需 | 描述 | 取值示例 |
---|---|---|---|---|
templateId | String | 是 | 模板ID,用于唯一标识一个模板 | sms-tmpl-wHoJXL09355 |
响应参数
参数名称 | 类型 | 描述 |
---|---|---|
templateId | String | 模板ID,用于唯一标识一个模板 |
userId | String | 模板所属的百度云账号id |
name | String | 模板名称 |
content | String | 模板内容 |
countryType | String | 适用的国家类型 DOMESTIC:国内 INTERNATIONAL:国际/港澳台 GLOBAL:全球 |
smsType | String | 短信类型 |
status | String | 审核状态 SUBMITTED:申请已提交 APPROVED:审核终止 REJECTED:审核未通过 READY:审核通过,模板可用 DEPRECATED:模板被废弃 ABORTED:审核取消 |
description | String | 描述 |
review | String | 审核意见 |
HTTP请求示例
GET /sms/v3/template/sms-tmpl-wHoJXL09355 HTTP/1.1
Host: 127.0.0.1:8420
Authorization: bce-auth-v1/203069ff6d1145548efbccc0aeaf8b5a/2020-08-14T07:15:31Z/1800/host/c44567420de58748ad132faf68f42692d6abfaa3e1502f20821ac16a6bc24da3
Date: Fri, 14 Aug 2020 07:15:31 GMT
Content-Type: application/json; charset=utf-8
Connection: Keep-Alive
Accept-Encoding: gzip,deflate
响应成功示例
HTTP/1.1 200 OK
x-bce-request-id: 11278650-d6ab-4f41-a804-3c2e603bbf3a
Cache-Control: no-cache
Content-Type: application/json;charset=UTF-8
Transfer-Encoding: chunked
Date: Fri, 14 Aug 2020 07:15:31 GMT
Server: BWS
{
"templateId": "sms-tmpl-wHoJXL09355",
"userId": "bbede3f8c42e4113b6971fd09a57f494",
"name": "TemplateNameTest",
"content": "${code}",
"smsType": "CommonNotice",
"description": "test modify",
"review": "通过",
"status": "APPROVED",
"countryType": "INTERNATIONAL",
}