短信服务使用方可以使用BatchBindSignatureIdent接口来给已通过的签名绑定相应实名资质
POST
https://sms.volcengineapi.com/?Action=BatchBindSignatureIdent&Version=2021-01-11
最多一次绑定100个签名
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | BatchBindSignatureIdent | 要执行的操作,取值:BatchBindSignatureIdent。 |
Version | String | 是 | 2021-01-11 | API的版本,取值:2021-01-11。 |
subAccount | String | 是 | 23ad332 | 子账号 |
signatures | Array of String | 是 | 签名 | 签名,可多个 |
id | Integer | 是 | 12 | 资质id |
下表仅列出本接口特有的返回参数。更多信息请参见返回结构。
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
msg | String | success | 成功结果 |
POST /?Action=BatchBindSignatureIdent&Version=2021-01-11 HTTP/1.1 Host: https://sms.volcengineapi.com/BatchBindSignatureIdent Content-Type: application/json; charset=UTF-8 X-Date: 20240617T125803Z X-Content-Sha256: 287e874e******d653b44d21e Authorization: HMAC-SHA256 Credential=Adfks******wekfwe/20240617/cn-beijing/volcSMS/request, SignedHeaders=host;x-content-sha256;x-date, Signature=47a7d934ff7b37c03938******cd7b8278a40a1057690c401e92246a0e41085f { "subAccount": "cYyUq", "signatures": [ "DfawD9T2GSw" ], "id": 176 }
{ "ResponseMetadata": { "RequestId": "202406172058090271390771668FB4C8", "Action": "BatchBindSignatureIdent", "Version": "2021-01-11", "Service": "volcSMS", "Region": "cn-beijing" }, "Result": { "msg": "success" } }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
状态码 | 错误码 | 错误信息 | 说明 |
---|---|---|---|
200 | 1001 | 参数错误 | 参数错误 |
200 | 1999 | 系统错误 | 系统错误 |