日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

UpgradeDBInstanceMajorVersion - 升級RDS PostgreSQL數(shù)據(jù)庫大版本

該接口用于發(fā)起RDS PostgreSQL實(shí)例大版本升級任務(wù)。

接口說明

適用引擎

RDS PostgreSQL

相關(guān)功能文檔

該 API 操作涉及費(fèi)用,請仔細(xì)閱讀相關(guān)功能文檔,確保完全了解使用接口產(chǎn)生的費(fèi)用、前提條件及使用后造成的影響后,再進(jìn)行操作。

RDS PostgreSQL 升級數(shù)據(jù)庫大版本

調(diào)試

您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。

授權(quán)信息

下表是API對應(yīng)的授權(quán)信息,可以在RAM權(quán)限策略語句的Action元素中使用,用來給RAM用戶或RAM角色授予調(diào)用此API的權(quán)限。具體說明如下:

  • 操作:是指具體的權(quán)限點(diǎn)。
  • 訪問級別:是指每個(gè)操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
  • 資源類型:是指操作中支持授權(quán)的資源類型。具體說明如下:
    • 對于必選的資源類型,用背景高亮的方式表示。
    • 對于不支持資源級授權(quán)的操作,用全部資源表示。
  • 條件關(guān)鍵字:是指云產(chǎn)品自身定義的條件關(guān)鍵字。
  • 關(guān)聯(lián)操作:是指成功執(zhí)行操作所需要的其他權(quán)限。操作者必須同時(shí)具備關(guān)聯(lián)操作的權(quán)限,操作才能成功。
操作訪問級別資源類型條件關(guān)鍵字關(guān)聯(lián)操作
rds:UpgradeDBInstanceMajorVersionupdate
  • DBInstance
    acs:rds:*:{#accountId}:dbinstance/{#DBInstanceId}

請求參數(shù)

名稱類型必填描述示例值
DBInstanceClassstring

升級后實(shí)例規(guī)格。CPU 和內(nèi)存配置必須大于等于原實(shí)例規(guī)格。當(dāng) UpgradeMode(升級模式)取值為 inPlaceUpgrade 時(shí),無需配置該參數(shù)。

例如,原實(shí)例規(guī)格pg.n2.small.2c的 CPU 為 1 核,內(nèi)存為 2GB,可升級為pg.n2.medium.2c,CPU 為 2 核,內(nèi)存為 4 GB。

說明 RDS PG 的實(shí)例規(guī)格代碼,請參見RDS PostgreSQL 主實(shí)例規(guī)格列表
pg.n2.medium.2c
DBInstanceStorageinteger

升級后實(shí)例存儲(chǔ)空間。單位:GB。當(dāng) UpgradeMode(升級模式)取值為 inPlaceUpgrade 時(shí),無需配置該參數(shù)。

取值范圍:

  • ESSD PL1 云盤:20 GB ~ 3200 GB
  • ESSD PL2 云盤:500 GB ~ 3200 GB
  • ESSD PL3 云盤:1500 GB ~ 3200 GB
  • 通用云盤:40 GB ~ 2000 GB
說明 本地盤實(shí)例升級大版本時(shí),支持存儲(chǔ)空間縮容。可選擇的最小存儲(chǔ)空間,請參見升級數(shù)據(jù)庫大版本
20
PayTypestring

計(jì)費(fèi)方式。固定配置為按量付費(fèi),取值 Postpaid。

說明 升級后如果需要變更實(shí)例的計(jì)費(fèi)方式,請參見按量付費(fèi)轉(zhuǎn)包年包月
Postpaid
InstanceNetworkTypestring

升級后實(shí)例網(wǎng)絡(luò)類型。固定配置為 VPC,當(dāng)前只支持專有網(wǎng)絡(luò)實(shí)例進(jìn)行大版本升級。

如果網(wǎng)絡(luò)類型為經(jīng)典網(wǎng)絡(luò),請先切換為專有網(wǎng)絡(luò)。關(guān)于如何查看或切換網(wǎng)絡(luò)類型,請參見切換網(wǎng)絡(luò)類型

VPC
SwitchTimeModestring

該參數(shù)與 SwitchOver 配合使用,只有 SwitchOver 參數(shù)取值為 true 時(shí)有效。表示割接時(shí)間。

取值范圍:

  • Immediate:立即生效。
  • MaintainTime:在可運(yùn)維時(shí)間段內(nèi)生效,可調(diào)用 ModifyDBInstanceMaintainTime 接口修改可運(yùn)維時(shí)間段。
Immediate
SwitchTimestring

預(yù)留參數(shù),無需配置。

2021-07-10T13:15:12Z
SwitchOverstring

割接配置,根據(jù)實(shí)際需求選擇是否將流量切換到新版本實(shí)例上。

取值范圍:

  • true:割接,自動(dòng)切換。此選項(xiàng)一般用于在確認(rèn)業(yè)務(wù)可以穩(wěn)定運(yùn)行在新版本之后執(zhí)行正式升級。
  • false:不割接,不自動(dòng)切換。此選項(xiàng)一般用于正式升級之前測試當(dāng)前業(yè)務(wù)在新版本中的兼容性。
說明
  • 如果選擇了割接:
    • 割接后無法回退,請謹(jǐn)慎選擇。
    • 切換過程中,原實(shí)例會(huì)被變?yōu)橹蛔x,業(yè)務(wù)無法寫入,請務(wù)必在業(yè)務(wù)低峰期進(jìn)行。
    • 如果原實(shí)例中創(chuàng)建了只讀實(shí)例,則無法選擇割接。只能通過不割接升級實(shí)例,且原只讀實(shí)例不會(huì)被克隆。升級完成后,您需要在新版本實(shí)例中另行創(chuàng)建 PostgreSQL 只讀實(shí)例。
  • 如果選擇了不割接:
    • 遷移過程中,原實(shí)例的業(yè)務(wù)不會(huì)受到影響。
    • 如需通過不割接升級實(shí)例,需在遷移完成后把應(yīng)用程序中的數(shù)據(jù)庫連接地址改為新實(shí)例的連接地址。如何查看連接地址,請參見查看或修改內(nèi)外網(wǎng)地址和端口
  • false
    CollectStatModestring

    選擇在哪個(gè)時(shí)間點(diǎn)對數(shù)據(jù)庫執(zhí)行統(tǒng)計(jì)信息收集。

    • Before:表示割接前收集,可以保證業(yè)務(wù)穩(wěn)定性。如果實(shí)例數(shù)據(jù)量太大可能會(huì)導(dǎo)致升級時(shí)間較久。
    • After:表示割接后收集,實(shí)例升級速度較快。升級后訪問未生成統(tǒng)計(jì)信息的表可能導(dǎo)致執(zhí)行計(jì)劃不準(zhǔn)確,業(yè)務(wù)高峰期還可能導(dǎo)致數(shù)據(jù)庫宕機(jī)。
    說明 對于不割接場景,割接前收集表示新實(shí)例開放讀寫前收集,割接后收集表示新實(shí)例開放讀寫后收集。
    After
    TargetMajorVersionstring

    升級后實(shí)例目標(biāo)大版本。必須與執(zhí)行升級前檢查時(shí)設(shè)置的目標(biāo)版本一致。

    說明 可通過調(diào)用 UpgradeDBInstanceMajorVersionPrecheck 接口執(zhí)行大版本升級前檢查。
    13.0
    DBInstanceIdstring

    原實(shí)例 ID。

    pgm-bp1gm3yh0ht1****
    VPCIdstring

    VPC ID。當(dāng) UpgradeMode(升級模式)取值為 inPlaceUpgrade 時(shí),無需配置該參數(shù)。

    可以通過 DescribeDBInstanceAttribute 接口查看原實(shí)例的 VPC ID。

    vpc-bp1opxu1zkhn00gzv****
    VSwitchIdstring

    目標(biāo)實(shí)例交換機(jī) ID。當(dāng) UpgradeMode(升級模式)取值為 inPlaceUpgrade 時(shí),無需配置該參數(shù)。

    • 當(dāng)原實(shí)例為基礎(chǔ)系列實(shí)例時(shí),配置目標(biāo)實(shí)例交換機(jī) ID。
    • 當(dāng)原實(shí)例為高可用系列實(shí)例時(shí),可以配置目標(biāo)主備實(shí)例交換機(jī) ID,使用逗號(,)分隔。
    說明 配置的目標(biāo)實(shí)例交換機(jī)需要與原實(shí)例處于同一可用區(qū)。可調(diào)用 DescribeVSwitches 接口查詢獲取。
    vsw-bp10aqj6o4lclxdrm****,vsw-bp10aqj6o4lclxdrm****
    PrivateIpAddressstring

    無需配置,表示目標(biāo)實(shí)例的內(nèi)網(wǎng) IP。系統(tǒng)默認(rèn)通過 VPCId 和 vSwitchId 自動(dòng)分配。

    172.16.XX.XX
    UsedTimestring

    預(yù)留參數(shù),無需配置。

    1
    Periodstring

    預(yù)留參數(shù),無需配置。

    Month
    DBInstanceStorageTypestring

    表示升級后實(shí)例的存儲(chǔ)類型。

    取值范圍:

    • cloud_ssd:SSD 云盤
    • cloud_essd:ESSD PL1 云盤
    • cloud_essd2:ESSD PL2 云盤
    • cloud_essd3:ESSD PL3 云盤
    • general_essd:通用云盤

    版本升級功能基于云盤快照,當(dāng)前升級后支持選擇的存儲(chǔ)類型如下。

    • 當(dāng)原實(shí)例為 SSD 云盤時(shí),可選 SSD 云盤。
    • 當(dāng)原實(shí)例為 ESSD 云盤時(shí),可選 ESSD PL1 云盤、ESSD PL2 云盤、ESSD PL3 云盤、通用云盤。
    • 當(dāng)原實(shí)例為本地 SSD 盤時(shí),可選 ESSD PL1 云盤、ESSD PL2 云盤、ESSD PL3 云盤、通用云盤。
    cloud_essd
    ZoneIdstring

    目標(biāo)主可用區(qū) ID。當(dāng) UpgradeMode(升級模式)取值為 inPlaceUpgrade 時(shí),無需配置該參數(shù)。

    可以通過 DescribeRegions 接口查看可用區(qū) ID。

    RDS PostgreSQL 支持升級后將新的實(shí)例配置到與原實(shí)例同一地域的其他可用區(qū)。

    cn-hangzhou-j
    ZoneIdSlave1string

    僅當(dāng)原實(shí)例為高可用系列時(shí),該參數(shù)可配置,表示目標(biāo)實(shí)例備可用區(qū) ID。當(dāng) UpgradeMode(升級模式)取值為 inPlaceUpgrade 時(shí),無需配置該參數(shù)。

    RDS PostgreSQL 支持升級后將新的備實(shí)例配置到與原實(shí)例同一地域的其他可用區(qū)。

    可以通過 DescribeRegions 接口查看可用區(qū) ID。

    cn-hangzhou-j
    ZoneIdSlave2string

    預(yù)留參數(shù),無需配置。

    cn-hangzhou-j
    UpgradeModestring

    升級模式。當(dāng) SwitchOver(割接配置)取值為 true 時(shí),需要配置該參數(shù)。取值:

    • inPlaceUpgrade:本地升級。大版本升級任務(wù)將在原實(shí)例上進(jìn)行,不會(huì)創(chuàng)建新版本實(shí)例。升級后的原實(shí)例大版本提升,并將繼承原有的訂單、實(shí)例名稱、標(biāo)簽、云監(jiān)控報(bào)警規(guī)則及備份規(guī)則。
    • blueGreenDeployment 藍(lán)綠部署:藍(lán)綠部署。大版本升級會(huì)保留原實(shí)例,并創(chuàng)建一個(gè)新版本的實(shí)例,新實(shí)例在創(chuàng)建中不收費(fèi),創(chuàng)建成功后將會(huì)產(chǎn)生費(fèi)用,并且計(jì)費(fèi)方式可能會(huì)發(fā)生變化。升級完成后,原實(shí)例和新實(shí)例將同時(shí)產(chǎn)生費(fèi)用,且新實(shí)例暫不享受原實(shí)例的優(yōu)惠。
    inPlaceUpgrade

    返回參數(shù)

    名稱類型描述示例值
    object

    返回參數(shù)詳情。

    DBInstanceIdstring

    實(shí)例 ID。

    pgm-bp1gm3yh0ht1****
    OrderIdstring

    訂單 ID。

    21128667463****
    RequestIdstring

    請求 ID。

    006729E5-2A33-5955-89E3-651D3F44EBE6
    TaskIdlong

    預(yù)留參數(shù)。

    416980000

    示例

    正常返回示例

    JSON格式

    {
      "DBInstanceId": "pgm-bp1gm3yh0ht1****",
      "OrderId": "21128667463****",
      "RequestId": "006729E5-2A33-5955-89E3-651D3F44EBE6",
      "TaskId": 416980000
    }

    錯(cuò)誤碼

    HTTP status code錯(cuò)誤碼錯(cuò)誤信息描述
    400InvalidUpgradePrecheckResultThe upgrade precheck failed. No successful precheck task found in the past 7 days升級前置檢查失敗,無七天內(nèi)預(yù)檢查成功任務(wù)
    400TargetEngineVersion.Parameters.NotFoundtargetEngineVersion is missing in the request.請求缺少目標(biāo)數(shù)據(jù)庫版本參數(shù)
    400InvalidDBInstanceStorageTypeThe specified DBInstanceStorageType is invalid.指定的數(shù)據(jù)庫實(shí)例存儲(chǔ)類型無效
    400InvalidInstanceNetworkTypeThe specified InstanceNetworkType is invalid.指定的實(shí)例網(wǎng)絡(luò)類型無效
    400InvalidVPCIdThe specified VPCId is invalid.指定的虛擬專有網(wǎng)絡(luò)無效
    400InvalidDedicatedHostGroupIdThe specified DedicatedHostGroupId is invalid.指定的專用主機(jī)組ID無效
    400InvalidPayTypeThe specified PayType is invalid.指定的付款類型無效
    400InvalidEngineVersionThe specified EngineVersion is invalid.指定的數(shù)據(jù)庫版本號無效
    400InvalidDBInstanceStorageThe specified DBInstanceStorage is invalid.指定的數(shù)據(jù)庫實(shí)例存儲(chǔ)無效
    400InvalidSwitchOverThe specified SwitchOver is invalid.指定的割接模式無效
    400PrimaryInstanceWithReadonlyNotSupportThe specified primary instance with the read-only instance does not support the operation.具有只讀實(shí)例的指定主實(shí)例不支持此操作
    400InvalidSwitchTimeModeThe specified SwitchTimeMode is invalid.指定的升級時(shí)間模式無效
    400InvalidSwitchTimeThe specified SwitchTime is invalid.指定的割接時(shí)間無效
    400InvalidCollectStatsThe specified CollectStats is invalid.指定的統(tǒng)計(jì)信息收集模式無效
    400IncorrectDBInstanceStateThe current instance state does not support this operation.當(dāng)前實(shí)例狀態(tài)不支持此操作。
    400InvalidDBinstanceClass.ValueNotSupportedThe specified parameter DBinstanceClass is invalid.指定的參數(shù)“實(shí)例規(guī)格”無效
    400InvalidUpgradeModeThe Specified UpgradeMode is not valid.指定的升級模式無效。
    400Order.ComboInstanceNotAllowOperateA package instance is not allowed to operate independently.套餐實(shí)例不允許單獨(dú)操作。
    400Price.PricingPlanResultNotFoundPricing plan price result not found.定價(jià)計(jì)劃價(jià)格結(jié)果沒有找到。
    400Order.NoRealNameAuthenticationYou have not passed the real-name authentication and do not meet the purchase conditions. Please log in to the user center for real-name authentication.您還未通過實(shí)名認(rèn)證,不符合購買條件,請登錄費(fèi)用與成本進(jìn)行實(shí)名認(rèn)證。
    400InsufficientAvailableQuotaYour account quota limit is less than 0, please recharge before trying to purchase.您的賬戶可用額度小于0,請先充值后再嘗試購買。
    400CommodityServiceCalling.ExceptionFailed to call commodity service.調(diào)用商品服務(wù)返回失敗。
    400RegionDissolvedEOMDear customer, Alibaba Cloud plans to optimize and adjust the current region. Cloud services in this region will cease operations. You are currently unable to operate new purchase orders. Thank you for your understanding and support.客戶您好,阿里云計(jì)劃對當(dāng)前地域進(jìn)行優(yōu)化調(diào)整,該區(qū)域云服務(wù)將停止運(yùn)營,為確保您的業(yè)務(wù)連續(xù)性及數(shù)據(jù)遷移工作的平穩(wěn)過渡,您目前無法操作新購類型的訂單,感謝理解與支持。
    400Commodity.InvalidComponentThe module you purchased is not legal, please buy it again.您購買的模塊不合法,請重新購買。
    400RegionEndTimeDissolvedAustraliaCloud services in the Australia (Sydney) region will be discontinued. Set the validity date to September 30, 2024 or earlier than September 30, 2024.客戶您好,澳洲地域裁撤,購買的服務(wù)效期不能超過2024.09.30
    400Price.CommoditySysCommodity system call exception.商品系統(tǒng)調(diào)用異常。
    400Pay.InsufficientBalanceInsufficient available balance.可用金不足。
    400Order.PeriodInvalidThere is a problem with the period you selected, please choose again.您選購的周期有問題,請重新選購。
    400pay.noCreditCardAccount not bound to credit card.賬戶未綁定信用卡。
    400Order.InstHasUnpaidOrderThere is an unpaid order for the service you have purchased. Please pay or void it before placing the order.您選購的服務(wù)存在未支付訂單,請支付或作廢后再下單。
    400noAvailablePaymentMethodNo payment method is specified for your account. We recommend that you add a payment method.沒有為您的帳戶指定付款方式。我們建議您添加一種付款方式。
    400BasicInfoUncompletedYour information is incomplete. Complete your information before the operation.您的基本信息未完善,請?jiān)诓僮髑跋韧晟颇幕拘畔ⅰ?/span>
    400Risk.RiskControlRejectionYour account is abnormal, please contact customer service for details.您的賬戶出現(xiàn)異常,詳情請聯(lián)系客服。
    400BasicInfoUncompletedYour information is incomplete, Complete your information before the operation.您的信息不完整,請?jiān)诓僮髑疤顚懩男畔ⅰ?/span>
    400Api.NotSupportSpecified api is not supported.當(dāng)前接口不支持。
    400ContainForbiddenLabelErrorThere is a label that prohibits placing orders. Please contact your distributor for assistance.存在禁止下單的標(biāo)簽,請聯(lián)系您的分銷商處理
    400InvalidDBInstanceId.NotFoundThe DBInstanceId provided does not exist in records.提供的DBInstanceId不存在。
    400InvalidInstanceLevel.DiskTypeSpecified instance level not support request disk type當(dāng)前實(shí)例規(guī)格不支持該存儲(chǔ)類型。
    400InvalidParamSepcified wal level Parameter is invalid. There are still logical slots in instance, so it can not be set as replica.指定的 wal_level 參數(shù)無效。實(shí)例中仍然存在復(fù)制槽,因此無法將其設(shè)置為replica。
    400KmsApiErrorUser secret key invalid.用戶密鑰失效。
    400System.SaleValidateFailedSales expression validation system error.銷售表達(dá)式校驗(yàn)系統(tǒng)錯(cuò)誤。
    400Abs.InvalidAccount.NotFoundaccount is not found.賬戶不存在。
    400SqlExecuteFailedOrTimeoutsql command execution failed or timed out:%s.sql命令執(zhí)行失敗或執(zhí)行超時(shí)
    400ColdData.EngineVersionNotSupportThe current instance engine version not support coldDataEnabled.當(dāng)前實(shí)例引擎版本不支持歸檔冷數(shù)據(jù)。
    400ColdData.MinorVersionNotSupportThe current instance minor version not support coldDataEnabled.當(dāng)前內(nèi)核版本不支持歸檔冷數(shù)據(jù)。
    400IncorrectTargetClasscodeThe current instance type does not support this operation.當(dāng)前規(guī)格不支持此操作。
    400InvalidConnectionString.DuplicateSpecified connection string already exists in the RDS.鏈接地址名重復(fù),請重新設(shè)置連接字符串。
    400RequiredParam.NotFoundRequired input param is not found.沒有傳入必要的參數(shù)。
    400Parameters.InvalidParameter error, please check the parameters.參數(shù)錯(cuò)誤,請檢查參數(shù)。
    400BackupPolicyNotSupportCold Data won't open with CrossBackup or Flash Backup, please check Backup Policy.數(shù)據(jù)歸檔不支持跨地域備份和秒級快照,請檢查備份策略。
    400InvalideStatus.FormatThe instance status does not support this operation.實(shí)例狀態(tài)不支持此操作。
    400InvalidReleasedKeepPolicy.FormatSpecified Released Keep Policy is not valid.實(shí)例釋放后的歸檔備份保留策略無效。
    400InvalidDBInstanceEngineType.Formatthe DB instance engine type does not support this operation.DB實(shí)例引擎類型不支持此操作。
    400Pay.NoCreditCardNo credit cards.無信用卡。
    400VpcNetworkTypeNotSupportThe vpc network type instance does not support this operation.vpc網(wǎng)絡(luò)類型實(shí)例不支持此操作。
    400MirrorInsExistsSpecified DB instance mirror ins already existed.當(dāng)前數(shù)據(jù)庫實(shí)例鏡像已存在。
    400UnsupportedClassCodeThe specified DB instance class stops selling.實(shí)例規(guī)格停止售賣。
    400InvalidBackupSetThe specified database does not exist in the backup set.備份集中沒有指定的數(shù)據(jù)庫。
    400OrdTCommodityQueryErrorFailed to query for product.查詢產(chǎn)品失敗。
    400ProductInstanceReleasedThe instance has been released. Please check before placing the order.實(shí)例已釋放,請核實(shí)后下單。
    400RegionEndTimeDissolvedIndiaThe region is no longer supported.指定的地域無效。
    403OrderStatus.UnPaidThe specified db instance has unpaid order.實(shí)例當(dāng)前存在未支付訂單,請支付后重試。
    403InvalidReduceDiskSizeThe storage capacity after the scale-down must be larger than the used amount.縮容目標(biāo)容量不能小于當(dāng)前存儲(chǔ)空間使用量
    403CloudSSDNotSupportCloud ssd does not support this operation, please upgrade to essd.SSD盤不支持此操作,請升級至ESSD。
    403InvalidUserOperatorPermissionThe user permission does not support this operation.用戶權(quán)限不支持此操作。
    403InvalidVswitchIdSpecified conn vswitch id is not valid.指定的VSwitchId格式不正確或?yàn)榭?/span>
    403IncorrectMinorVersionCurrent engine minor version does not support operations.當(dāng)前引擎小版本不支持此操作。
    403OperationDenied.ZoneResourceThere is no available zone for inventory.沒有可用的庫存區(qū)域。
    403NotInFlowControllerSorry,no permission.非集團(tuán)上云用戶不可用,無權(quán)限。
    403InvalidKmsKeyKms key is disabled.Kms key已禁用。
    403InvalidInstanceLevel.MalformedCurrent DB instance level does not support this operation.當(dāng)前數(shù)據(jù)庫實(shí)例級別不支持此操作。
    404InvalidDBInstanceName.NotFoundThe database instance does not exist.數(shù)據(jù)庫實(shí)例名稱不存在。請確認(rèn)數(shù)據(jù)名稱是否正確。
    404IncorrectDBInstanceLockModeCurrent DB instance lock mode does not support this operation.操作失敗,實(shí)例處于鎖定狀態(tài)。
    404InvalidClusterKmsThe current instance does not authorized to access the Key Management Service.當(dāng)前實(shí)例未授權(quán)訪問密鑰管理服務(wù)。
    404Request.NotFoundThe requested resource is not available.請求的資源不可用。
    404HostInfo.NotFoundThe specified host info is not found.指定的主機(jī)信息不存在。
    500InvalidUpgradeModeThe Specified Parameter UpgradeMode is not valid.參數(shù) UpgradeMode 值錯(cuò)誤
    500ExternalFailureThe request processing has failed due to external service failure.請求服務(wù)失敗,請稍后重試。
    500RequestMetaDataFailedThe service request failed. Please try again later or contact service personnel.請求服務(wù)失敗,請稍后再試或聯(lián)系服務(wù)人員。
    500InvokeProxyFailureThe request processing has failed due to service failure of rds api.由于rds api服務(wù)失敗,請求處理失敗。

    訪問錯(cuò)誤中心查看更多錯(cuò)誤碼。

    變更歷史

    變更時(shí)間變更內(nèi)容概要操作
    2024-08-27OpenAPI 錯(cuò)誤碼發(fā)生變更查看變更詳情
    2024-08-23OpenAPI 錯(cuò)誤碼發(fā)生變更查看變更詳情
    2024-08-23OpenAPI 錯(cuò)誤碼發(fā)生變更、OpenAPI 入?yún)l(fā)生變更查看變更詳情
    2024-06-03OpenAPI 錯(cuò)誤碼發(fā)生變更查看變更詳情
    2024-05-22OpenAPI 錯(cuò)誤碼發(fā)生變更查看變更詳情