重新发送验证短信
名称 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | RetryChangeAccountSecureContactInfo | 要执行的操作,取值:RetryChangeAccountSecureContactInfo |
Version | String | 是 | 2022-01-01 | API的版本,取值:2022-01-01 |
AccountId | String | 是 | 账号ID | |
ContactType | Integer | 是 | 安全信息类型:1 手机号2 邮箱 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
暂无数据 |
GET /?Action= RetryChangeAccountSecureContactInfo&Version=2022-01-01 --header 'Content-Type: application/json' \ -d '{"AccountId": "200123456","ContactType":1}'
{ "ResponseMetadata": { "RequestId": "02165060017088700000000000000000000ffff0a4f0c186fd893" "Action": "RetryChangeAccountSecureContactInfo", "Version": "20200101" } }
下表提供了该接口业务逻辑相关的错误码。公共错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
500 | InternalError | Unknown internal error: %v | 未知错误,根据错误信息判断详情 |
400 | BlockedByShark | Blocked by shard rate_limited | 风控拦截 |
400 | PermissionError | No permission to perform action[%s] on resource %s | 无权限,没有对该资源进行该操作的权限 |
400 | AccountNotInOrg | Account not a member of organization | 账号未在组织内 |
400 | ChangeRecordNotExist | Change concat info record not exist | 记录不存在 |
400 | ConcurrentException | concurrent request exception | 并发请求异常 |
400 | BadRequestError | There are problems of the request: %v | |
400 | InvalidParam | The parameter %v[%v] is invalid. | 参数不合法 |
400 | ReachedSendMsgQuotaLimit | Change concat info reached send msg quota limit | 到达配额限制 |
400 | AccountInactive | The account inactive | 账号未激活 |