查询签名
更新时间:2021-11-10
URL
/sms/v3/signatureApply/{signatureId}
HTTP Method
GET
请求url参数
参数名称 | 类型 | 是否必需 | 描述 | 取值示例 |
---|---|---|---|---|
signatureId | String | 是 | 签名ID,唯一标识一个签名 | sms-sign-WWejWQ54455 |
响应参数
参数名称 | 类型 | 描述 |
---|---|---|
signatureId | String | 签名ID,唯一标识一个签名 |
userId | String | 签名所属的用户百度云账号 |
content | String | 签名内容 |
contentType | String | 签名类型。 Enterprise:企业 MobileApp:移动应用名称 Web:工信部备案的网站名称 WeChatPublic:微信公众号名称 Brand:商标名称 Else:其他 |
status | String | 审核状态。 SUBMITTED:申请已提交 APPROVED:审核终止 REJECTED:审核拒绝 READY:审核通过,签名可用 ABORTED:审核取消 |
countryType | String | 签名适用的国家类型 DOMESTIC:国内 INTERNATIONAL:国际/港澳台 GLOBAL:全球均适用 |
review | String | 审核意见 |
HTTP请求示例
JSON
1GET /sms/v3/signatureApply/sms-sign-WWejWQ54455 HTTP/1.1
2
3Host: 127.0.0.1:8420
4Authorization: bce-auth-v1/203069ff6d1145548efbccc0aeaf8b5a/2020-08-14T03:11:49Z/1800/host/8c4d6cbf29b74e491be2283e6237b8312f4a7f7c843350f51c0c6a2fffcfc0de
5Date: Fri, 14 Aug 2020 03:11:49 GMT
6Content-Type: application/json; charset=utf-8
7Connection: Keep-Alive
响应成功示例
JSON
1HTTP/1.1 200 OK
2x-bce-request-id: 859c245e-8df7-48bd-81e6-6e48e69d28f3
3Content-Type: application/json;charset=UTF-8
4Date: Fri, 14 Aug 2020 03:11:49 GMT
5Server: BWS
6
7{
8 "signatureId": "sms-sign-WWejWQ54455",
9 "userId": "bbede3f8c42e4113b6971fd09a57f494",
10 "content": "Baidu",
11 "contentType": "MobileApp",
12 "description": "test sdk",
13 "review": "",
14 "status": "SUBMITTED",
15 "countryType": "GLOBAL",
16}