更新成员安全手机发送短信链接
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ChangeAccountSecureContactInfo | 要执行的操作,取值:ChangeAccountSecureContactInfo。 |
Version | String | 是 | 2022-01-01 | API的版本,取值:2022-01-01。 |
AccountId | String | 是 | 2111111111111 | 账号ID |
Contact | String | 是 | +8611111111111 | 联系方式 |
ContactType | Integer | 是 | 1 | 安全信息类型:1 手机号2 邮箱 |
本接口无特有的返回参数。更多信息请见返回结构。
GET /?Action= ChangeAccountSecureContactInfo&Version=2022-01-01 --header 'Content-Type: application/json' \ -d '{"AccountId": 200123456","Contact":12345678901","ContactType":1}'
{ "ResponseMetadata": { "RequestId": "02165060017088700000000000000000000ffff0a4f0c186fd893" "Action": "ChangeAccountSecureContactInfo", "Version": "20200101" }, }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
状态码 | 错误码 | 说明 |
---|---|---|
400 | AccountNotInOrg | 账号未在组织内 |
400 | PermissionError | 无权限,没有对该资源进行该操作的权限 |
400 | AccountInactive | 账号未激活 |
400 | ConcurrentException | 并发请求异常 |
400 | BlockedByShark | 风控拦截 |
400 | ContactInfoSameToCurrent | 安全信息相同,无需变更 |
400 | ReachedQuotaLimit | 已超出资源限额 |
400 | ReachedSendMsgQuotaLimit | 到达配额限制 |
400 | BadRequestError | |
500 | InternalError | 未知错误,根据错误信息判断详情 |