UpdateRecord - 更新解析记录

更新DNS解析记录,支持多种记录类型及源站鉴权配置。

接口说明

此 API 允许您更新 DNS 记录,包括但不限于 A/AAAA、CNAME、NS、MX、TXT、CAA、SRV、URI 等类型。您可以通过传递相应的记录值、优先级、标志位等字段来修改记录内容。对于需要鉴权的 CNAME 源站(如 OSS、S3),API 还支持配置源站鉴权信息,确保安全访问。

注意事项

  • 记录值(Value)与记录类型需匹配,如 CNAME 记录应对应目标域名。
  • 某些记录类型(如 MX、SRV)需指定优先级(Priority)。
  • CAA 记录需提供 Flag、Tag 等特定字段。
  • 更新 CERT、SSHFP 等安全记录时,需准确设置 Type、Algorithm 等字段。
  • 使用 OSS 或 S3 作为源站时,根据权限配置 AuthConf 中的鉴权详情。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

下表是API对应的授权信息,可以在RAM权限策略语句的Action元素中使用,用来给RAM用户或RAM角色授予调用此API的权限。具体说明如下:

  • 操作:是指具体的权限点。
  • 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。
  • 资源类型:是指操作中支持授权的资源类型。具体说明如下:
    • 对于必选的资源类型,用前面加 * 表示。
    • 对于不支持资源级授权的操作,用全部资源表示。
  • 条件关键字:是指云产品自身定义的条件关键字。
  • 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。
操作访问级别资源类型条件关键字关联操作
esa:UpdateRecordupdate
*全部资源
*

请求参数

名称类型必填描述示例值
RecordIdlong

记录的 ID,可以通过 ListRecords 获取。

1234567890123
Ttlinteger

记录的过期时间,单位秒。范围为30~86400,或为 1。当取值为 1 时,表示记录的过期时间为自动。

30
Proxiedboolean

记录是否开启代理加速。只有 CNAME 记录与 A/AAAA 记录可以开启代理加速。取值:

  • true:开启代理。
  • false:关闭代理加速。
true
Dataobject

记录的 DNS 信息。不同类型的记录,该字段需要传的内容也不同,请参考说明文档

Valuestring

记录值或部分内容。添加 A/AAAA、CNAME、NS、MX、TXT、CAA、SRV、URI 记录时,该参数必填。在不同类型的记录中,分别表示不同的含义:

  • A/AAAA:指向的 Ip 地址。多个 Ip 时,用","分隔。至少需要有一个 Ipv4 地址。
  • CNAME:指向的目标域名。
  • NS:指定域名的名称服务器。
  • MX: 有效的目标邮件服务器域名。
  • TXT:有效的文本字符串。
  • CAA:有效的证书颁发机构域名。
  • SRV:有效的目标主机域名。
  • URI: 有效的 URI 字符串。
example.com
Priorityinteger

记录的优先级,范围为0~65535。数值越小,优先级越高。添加 MX、SRV、URI 记录时,该参数必填。

10
Flaginteger

记录的标志位。CAA 记录的 Flag 指示其优先级和处理方式,取值范围为0~255。添加 CAA 记录时,该参数必填。

128
Tagstring

记录的标签。CAA 记录的 Tag 表示其具体类型和用途。添加 CAA 记录时,该参数必填。

issue
Weightinteger

记录的权重,范围为0~65535。添加 SRV、URI 记录时,该参数必填。

0
Portinteger

记录的端口,范围为0~65535。添加 SRV 记录时,该参数必填。

0
Typeinteger

记录的证书类型(在 CERT 记录中),或公钥类型(在 SSHFP 记录中)。添加 CERT、SSHFP 记录时,该参数必填。

0
KeyTaginteger

记录的公钥标识,范围为0~65535。添加 CERT 记录时,该参数必填。

0
Algorithminteger

记录所采用的加密算法,范围为0~255。添加 CERT、SSHFP 记录时,该字段必填。

0
Certificatestring

记录的公钥证书信息。添加 CERT、SMIMEA 和 TLSA 记录时,该参数必填。

dGVzdGFkYWxrcw==
Usageinteger

记录的用途标识,范围为0~255。添加 SMIMEA 和 TLSA 时,该参数必填。

0
Selectorinteger

记录所使用的证书或公钥的类型,范围为0~255。添加 SMIMEA 和 TLSA 时,该参数必填。

0
MatchingTypeinteger

记录用于匹配或验证证书的算法策略,范围为0~255。添加 SMIMEA 和 TLSA 记录时,该参数必填。

0
Fingerprintstring

记录的公钥指纹值。添加 SSHFP 记录时,该参数必填。

abcdef1234567890
SourceTypestring

CNAME 记录的源站类型。添加 CNAME 记录时,需要填写此参数。取值:

  • OSS:OSS 源站。
  • S3:S3 源站。
  • LB:负载均衡器源站。
  • OP:源地址池源站。
  • Domain:普通域名源站。

该参数不传或传空时,则默认为 Domain,即普通域名源站类型。

OSS
BizNamestring

记录加速时的业务场景,不开启加速的记录不需要传,取值:

  • video_image:视频图片。
  • api:api 接口。
  • web:web 网页。
web
Commentstring

记录的备注。

This is a remark.
AuthConfobject

CNAME 记录的源站鉴权信息。

AuthTypestring

源站鉴权类型,不同的源站类型,支持的鉴权类型不同,源站类型是指本接口中的 SourceType 参数,现在源站类型为 OSS 和 S3 时,需要填写源站鉴权类型,可选值:

  • public:公共读,当源站类型为 OSS 或 S3,且源站为公共读时,选此值。
  • private: 私有读,当源站类型为 S3,且源站为私有读时,选此值。
  • private_same_account: 私有同账号读,当源站类型为 OSS,在同一个阿里云账号下,且源站为私有读时,选此值。
private
SecretKeystring

源站所属账号的 SecretKey,当源站类型为 OSS 且源站鉴权类型为私有跨账号读,或者源站类型为 S3 且源站鉴权类型为私有读时,需要填写此值。

u0Nkg5gBK*******QF5wvKMM504JUHt
AccessKeystring

源站所属账号的 AccessKey,当源站类型为 OSS 且源站鉴权类型为私有跨账号读,或者源站类型为 S3 且源站鉴权类型为私有读时,需要填写此值。

VIxuvJSA2S03f******kp208dy5w7
Regionstring

签名算法版本,当源站类型为 S3 且源站鉴权类型为私有读时需要,支持以下两种:

  • v2

  • v4

不传时,默认为 v4。

v2
Versionstring

源站所属区域,当源站类型为 S3 时,需要填写此值,源站所属的区域需要在 S3 的官方网站上获取。

us-east-1
HostPolicystring

回源 HOST 策略,记录类型为 CNAME 时生效,设置回源时带 HOST 的策略,有两种模式:

  • follow_hostname: 跟随主机记录。
  • follow_origin_domain: 跟随源站域名。
follow_origin_domain

记录的 Data 字段包含记录的 DNS 信息。不同类型的记录,该字段需要传的内容也不同,请参考说明文档

返回参数

名称类型描述示例值
object
RequestIdstring

请求 ID。

0AEDAF20-4DDF-4165-8750-47FF9C1929C9

示例

正常返回示例

JSON格式

{
  "RequestId": "0AEDAF20-4DDF-4165-8750-47FF9C1929C9"
}

错误码

HTTP status code错误码错误信息描述
400ServiceInvokeFailedThe call to the internal service failed. The engineer is resolving the problem. Please wait a moment before trying, or contact customer service for details.调用服务失败,请稍后重试或联系客服咨询详情。
400InternalExceptionFailed to call the service. Try again later or contact technical support.调用服务失败,请稍后重试或联系客服咨询详情。
400NoPermissionYou do not have permissions to access or operate on the resource.Contact your account administrator to attach the AliyunESAFullAccess policy to the current user.对当前资源无权限访问或者操作。请联系您阿里云账户的管理员,以授予您 AliyunESAFullAccess 策略。
400InvalidParameter.RecordDataInvalid record content. Adjust your configurations based on the API documentation.记录内容参数错误,请根据接口文档调整参数内容。
400Instance.NotOnlineYour plan is unavailable due to an overdue payment. Complete the payment first.您的套餐实例因欠费当前处于非上线状态,请先完成续费操作以继续使用。
400Record.ReservedAnother operation on the record is in progress. Try again later.记录操作正在进行中,请稍等重试。
400Record.ServiceBusyThe record is being configured. Try again later.该记录正在配置中,请稍后再试。
400Record.ConflictThe specified record content conflicts with existing records. Adjust your configurations based on the related product documentation.和已有记录冲突,请根据冲突规则的产品文档调整记录内容。
400SourceCircleExistThe host record of the resource to be operated on is already the source station of another resource, or the source station of the current resource has been added as a host record. To avoid loopback, modify the host record or source station and retry.当前要操作资源的主机记录已经是其他资源的源站,或者当前资源的源站已经被添加为主机记录,为避免回环产生,请修改主机记录或者源站后进行重试。
400InvalidParameter.InvalidBizThe incoming parameter value of the business type is empty or incorrect.业务类型的值为空或传入参数错误。
400Record.RecordValueContainSourceInBlacklistThe record value contains the blacklist address, and the details can be submitted for work order consultation.记录值包含黑名单地址,详情可提交工单咨询。
400InvalidParameter.InvalidRecordNameSuffixIf you add other records, the suffix of the host record must be the same as the site name.若添加站点同名记录,请将主机记录命名为@,若添加其他记录,主机记录后缀需要和站点名完全一致。请调整后进行重试。
400InvalidParameter.RecordNameExceedLimitThe length of the record name exceeds the maximum limit.记录名称不能超过200个字符。
400InvalidParameter.InvalidHostPolicyThe host parameter in the origin fetch request is invalid.回源Host的参数错误。
400InvalidParameter.CnameSiteRecordUnsupportThe current record type is not supported for a website connected by CNAME setup.CNAME方式接入的站点仅支持添加A/AAAA、CNAME类型记录。
400InvalidParameter.RecordCommentExceedLimitThe number of incoming record comment exceeds the maximum limit.记录的备注信息大于50个字符。
400QuotaExceed.WildCardRecordThe number of wildcard records exceeds the plan quota. Contact the sales team to increase your quota.泛域名记录的数量超限,请联系销售增加额度。
400Record.AorAAAARecordValueContainInvalidIPThe A/AAAA record value contains the invalid IP.创建或编辑A/AAAA记录时,记录值包含了无效IP。
400Record.AorAAAARecordValueIPExceedLimitThe number of IP addresses exceeds the limit for the A/AAAA record.创建或编辑A/AAAA记录时,IP数量超限,一个主机记录仅支持8IPv44IPv6 IP,请调整后重试。
400Record.CAARecordFlagExceedLimitThe value of the flag parameter for a CAA record is out of range.创建或编辑DNS记录信息时,CAA记录的flag参数值超出了范围。
400Record.CAARecordTagExceedLimitThe CAA record tag has illegal characters other than issue, issuewild, and iodef.创建或编辑CAA记录信息时,Tag值传入了issue、issuewild、iodef以外的非法字符。
400Record.CERTRecordAlgorithmExceedLimitThe value of the algorithm parameter for the CERT record is out of range.创建或编辑DNS记录信息时,CERT记录的algorithm参数值超出了范围。
400Record.CERTRecordKeyTagExceedLimitThe value of the keyTag parameter for a CERT record is out of range.创建或编辑DNS记录信息时,CERT记录的keyTag参数值超出了范围。
400Record.CERTRecordTypeExceedLimitThe CERT record type is out of range.创建或编辑DNS记录信息时,CERT记录type参数超出了范围。
400Record.CNameRecordValueCannotEqualExistedIPASourceThe CNAME record cannot be the origin of the added Layer 4 application. Check the values of other Layer 4 proxy records and try again.CNAME记录不能是已经添加的四层应用的源站,请检查其他四层代理记录的记录值并重试。
400Record.CNameRecordValueCannotEqualExistedPoolSourceThe CNAME record cannot be the origin of the added source address pool. Check and try again.CNAME记录不能是已经添加的源地址池的源站,请检查后重试。
400Record.CNameRecordValueCannotEqualExistedRecordSourceThe CNAME record cannot be the origin of an added record. Check the record values of other records and try again.CNAME记录不能是已经添加的记录的源站,请检查其他记录的记录值并重试。
400Record.CNameRecordValueCannotEqualOtherExistedIPARecordThe record value of a CNAME record cannot be exactly the same as the name of another existing Layer 4 proxy record.CNAME记录的记录值不能与其他已经存在的四层代理记录名完全相同。
400Record.CNameRecordValueCannotEqualOtherExistedRecordThe record value of a CNAME record cannot be the same as the name of another existing CNAME record.CNAME记录的记录值不能与其他已经存在的CNAME记录名完全相同。
400Record.CNameRecordValueCannotEqualHostRecordThe record value of the CNAME record cannot be exactly the same as the host record.CNAME记录的记录值不能和主机记录完全一样,请调整后重试。
400Record.CNameRecordValueExceedLimitThe CNAME record value cannot exceed 253 characters, please delete and try again.记录值不能超过253个字符,请删减后重试。
400Record.CNameRecordValueInvalidDomainUnderlineRecord values (DNS-only records) generally start with an underscore, a lowercase letter a-z, and the numbers 0-9. The middle part of the record can be lowercase letters, numbers, or hyphens, and the length is between 0 and 61 characters.记录值(仅DNS的记录)一般需以下划线 _、小写字母 a-z 、数字 0-9开头。记录中间部分可用小写字母、数字或连字符 -,长度在 0 到 61 个字符之间。
400Record.CNameRecordValueInvalidRecordDomainRecord values (records with agent acceleration enabled) must start with a lowercase letter a-z and numbers 0-9. The middle part of the record can be lowercase letters, numbers, or hyphens, and the length is between 0 and 61 characters.记录值(开启代理加速的记录)一般需以小写字母 a-z 、数字 0-9开头。记录中间部分可用小写字母、数字或连字符 -,长度在 0 到 61 个字符之间。
400Record.EmptyRecordValueThe record value is empty, please fill it in correctly and try again.记录值为空,请正确填写后重试。
400Record.InvalidCertEncodeWithCERTRecordThe certificate value of the CERT record is not base64-encoded.创建或编辑CERT记录信息时,CERT记录的证书值不是base64编码后的值。
400Record.InvalidFingerprintWithSSHFPRecordThe SSHFP record fingerprint value is not hexadecimal encoded.创建或编辑SSHFP记录信息时,指纹fingerprint值不是16进制编码的。
400Record.InvalidHTTPURLWithCAARecordTagThe CAA record is prefixed with http:// or https://, a valid URL must be followed.创建或编辑CAA记录信息时,当TagiodefValue是以http://或https://为前缀时,后面必须接一个合法的url地址。
400Record.InvalidIssueDataWithCAARecordTagThe tag of a CAA record can only be a semicolon or a valid domain name separated by semicolons.创建或编辑CAA记录信息时,CAA记录的标签Tag,只能是分号或分号分隔的合法域名。
400Record.InvalidMailAddressWithCAARecordTagThe CAA record tag is prefixed with mailto:, it must be followed by a legal email address.创建或编辑CAA记录信息时,当TagiodefValue是以mailto:为前缀时,后面必须接一个合法的email地址。
400Record.InvalidSmimeaEncodeWithSMIMEARecordThe certificate value of the SMIMEA record is not base64-encoded.创建或编辑SMIMEA记录信息时,SMIMEA记录的证书值不是base64编码后的值。
400Record.InvalidTslaEncodeWithTSLARecordThe certificate value passed in is not hexadecimal encoded with TSLA record.创建或编辑TLSA记录信息时,传入的证书值不是16进制编码的。
400Record.InvalidURLWithURIRecordThe URI record value must be a valid URL address.创建或编辑URI记录信息时,记录值必须是一个合法的URL地址。
400Record.NoRecordNameConflictWithNSRecordNo record name can conflict with an NS record name.任何记录名不能和NS记录名冲突。
400Record.NSRecordCannotEqualSiteNameAn NS record with the exact same name as the site name is not allowed.不允许添加和站点名称完全同名的NS记录。
400Record.OSSSourceInvalidAuthTypeThe recorded OSS origin station authentication type is not supported.记录的OSS源站鉴权类型不在支持的范围内。
400Record.ParseJSONRecordValueFailedThe JSON data format of the record data is incorrect. Please adjust and try again.记录值的JSON格式不正确,请调整后重试。
400Record.PoolSourceNotExistPoolIf the source station type of the record is source address pool, the input source address pool does not exist.记录的源站类型为源地址池的情况下,输入的源地址池不存在。
400Record.RecordNameConflictForSpecifiedRecordTypeThe A/AAAA and CNAME records cannot have the same name.A/AAAA、CNAME记录之间不能重名。
400Record.RecordNameConflictWithIPANameThe record name cannot have the same name as the Layer 4 proxy record.创建或编辑DNS记录信息时,记录名称不能和四层代理记录重名。
400Record.RecordNameConflictWithLBNameThe record name cannot be the same as the Server Load Balancer record name.创建或编辑DNS记录信息时,记录名称不能与负载均衡记录重名。
400Record.RecordNameConflictWithNSRecordThe NS record name cannot be the same as any other type of record name.创建或编辑DNS记录信息时,NS记录名不能和任何其他类型记录名重名。
400Record.RecordNameConflictWithPoolNameThe record name cannot be the same as the source address pool record name.创建或编辑DNS记录信息时,记录名称不能和源地址池记录名重名。
400Record.RecordNameInBlacklistThe record name is in blacklist.记录名在黑名单中,无法添加。
400Record.S3SourceInvalidAuthRegionThe recorded S3 origin belongs to a region that is not in the supported range.记录的S3源站所属区域不在支持的范围内。
400Record.S3SourceInvalidAuthTypeThe recorded S3 origin authentication type is not supported.记录的S3源站鉴权类型不在支持的范围内。
400Record.S3SourceInvalidAuthVersionThe version of the authentication signature algorithm of the S3 origin is not supported.记录的S3源站的鉴权签名算法版本不在支持的范围内。
400Record.SourceAccessKeyExceedLimitThe character length of the AccessKey parameter value for the record source station is out of range.记录源站的 AccessKey 参数值的字符长度超出了范围。
400Record.SourceEmptyAKThe AccessKey of the account to which the origin site belongs is empty.记录的源站所属账号的 AccessKey 为空。
400Record.SourceEmptyAuthConfThe authentication information of the origin station is empty.记录的源站的鉴权信息为空。
400Record.SourceEmptySecretKeyThe SecretKey of the account to which the recorded origin site belongs is empty.记录的源站所属账号的 SecretKey 为空。
400Record.SourceSecretKeyExceedLimitThe character length of the SecretKey parameter value for the record source station is out of range.记录源站的 SecretKey 参数值的字符长度超出了范围。
400Record.SRVRecordInvalidRecordNameSRV host record name is not valid. The SRV host record name must begin with an underscore (-) followed by a lowercase letter (a-z), a number (0-9), and a hyphen (-), followed by 1 arbitrary character, followed by an underscore (-) and a lowercase letter, number, or hyphen.SRV主机记录名称不合法。SRV主机记录名称必须以下划线(-)开头,后跟小写字母(a-z)、数字(0-9)、连字符(-),后接1个任意字符,再跟1个下划线(-)和小写字母、数字或连字符。
400Record.SRVRecordPortExceedLimitThe SRV record port is out of range.创建或编辑DNS记录信息时,填入的SRV记录端口超出了范围。
400Record.SSHFPRecordAlgorithmExceedLimitThe algorithm parameter value for the SSHFP record is out of range.创建或编辑DNS记录信息时,SSHFP记录的algorithm参数值超出了范围。
400Record.TTLExceedLimitThe TTL parameter value for a record is out of range.创建或编辑DNS记录信息时,记录的TTL参数值超出了范围。
400Record.TXTRecordValueExceedLimitThe TXT record value cannot exceed 450 characters.创建或编辑DNS记录信息时,TXT记录值不能超过450个字符。
400Record.TypeExceedLimitWithSSHFPRecordThe SSHFP record Type parameter value is out of range.创建或编辑DNS记录信息时,SSHFP记录Type参数值超出了范围。
400Record.UnmatchedRecordNameContainDoubleConsecutiveDotIllegal host record name. The host record cannot contain consecutive dot.主机记录名称非法。主机记录内不能包含连续的点号。
400Record.UnmatchedRecordNameForbidStarSevIllegal host record name, SRV record name disallowed asterisk.主机记录名称非法,SRV记录名称禁止使用星号。
400Record.UnmatchedRecordNameInvalidATCharIllegal host record name. The at symbol can only appear at the top of the host record and can only be followed. Symbol, other strings are not allowed.主机记录名称非法。@符号只能出现在主机记录的首位,且后面只能跟.符号,不允许接其他字符串。
400Record.UnmatchedRecordNameInvalidNamePrefixSuffixIllegal host record name. Host record values cannot start or end with a dot, a hyphens.主机记录名称非法。主机记录值不能以点号、中划线开头或结尾。
400Record.UnmatchedRecordNameInvalidStartSymbolIllegal host record name. The asterisk is only allowed in the first place of the host record, and only the following dot is allowed after the asterisk.主机记录名称非法。星号只允许在主机记录首位,并且星号后面只允许跟点。
400Record.UnmatchedRecordNameOnlyRangeCharIllegal host record character. Only lowercase a-z, uppercase A- Z, digits 0-9, some special characters are supported as valid characters in host records.主机记录字符非法。主机记录值合法字符仅支持 小写字母a-z、大写字母A-Z、数字0-9、'-' 、'_' 、'.'、'*'、'@'。
400Record.UnmatchedRecordNameSeperateStringTooLargeIllegal host record name. The number of characters in each segment separated by dot cannot exceed 63.主机记录名称非法。用'.'号分隔的每段字符数量不能超过63个。
400Record.UnsupportedSourceTypeThe recorded source station type is not in the supported range.记录的源站类型不在支持的范围内。
400Record.UnsupportedTypeThe record type parameter is unsupported.记录类型错误,请检查记录类型参数。
400Record.ValidProxiedForSpecifedRecordTypeOnly A/AAAA and CNAME types support proxy acceleration.创建或编辑记录时,代理状态开启了代理加速,仅A/AAAA、CNAME类型支持开启代理加速。
400Record.RecordUsageExceedLimitThe usage parameter value filled in is out of range.创建或编辑DNS记录信息时,填入的usage参数值超出了范围。
400Record.RecordSelectorExceedLimitThe selector parameter value filled in is out of range.创建或编辑DNS记录信息时,填入的selector参数值超出了范围。
400Record.RecordMatchingTypeExceedLimitThe matchingType parameter value filled in is out of range.创建或编辑DNS记录信息时,填入的matchingType参数值超出了范围。
400Record.RecordPriorityExceedLimitThe record priority parameter value filled in is out of range.创建或编辑DNS记录信息时,填入的记录优先级参数值超出了范围。
400Record.RecordWeightExceedLimitThe record weight parameter value filled in is out of range.创建或编辑DNS记录信息时,填入的记录权重参数值超出了范围。
400Record.RecordNameConflictWithSameRecordTypeRecord conflicts with an existing host record that has the same name and value.记录冲突,存在记录值相同的同名主机记录。
400Record.UnmatchedRecordNameInvalidUnderLineThe host record name contains an illegal underscore. The underscore is only supported at the beginning of the TXT, CNAME, MX, SRV, and NS records. Proxy acceleration cannot be enabled, and records can only be added in the DNS mode.主机记录名称包含了非法下划线。下划线仅可在TXT、CNAME、MX、SRV、NS的记录中的开头处支持,且不能开启代理加速,仅能以DNS方式添加记录。
400InvalidParameter.CnameSiteRecordNoProxiedA non-proxied record was added for a website using a CNAME setup.CNAME方式接入的站点,提交了未开启加速的记录。
400Record.UnmatchedRecordNameOnlyContainSymbolThe host record value cannot exist separately in various symbols, and can be added with any lowercase letters or numbers.主机记录值不能以各类符号单独存在,可加入任何小写字母或数字。
400Record.InvalidIodefDataWithCAARecordTagThe CAA record Tag value cannot start with mailto: or http:// or https.创建或编辑CAA记录信息时,Tag值不能以mailto: http://或者mailto: https:// 开头。
400Record.WildcardConflictForSpecifiedRecordTypeThe A/AAAA,CNAME records cannot add all and asterisk prefixed records at the same time.A/AAAA,CNAME记录不能同时添加all和星号前缀的记录。
404Record.NotFoundThe record does not exist. Check your configurations and try again.传入的请求记录不存在,请检查您的输入参数后重试。

访问错误中心查看更多错误码。

变更历史

变更时间变更内容概要操作
2024-10-10OpenAPI 错误码发生变更查看变更详情
2024-09-24OpenAPI 错误码发生变更查看变更详情
2024-09-23OpenAPI 错误码发生变更、OpenAPI 入参发生变更查看变更详情