1. 接口描述
接口请求域名: cvm.tencentcloudapi.com 。
本接口(InquiryPriceRunInstances)用于创建实例询价。本接口仅允许针对购买限制范围内的实例配置进行询价, 详见:创建实例。
默认接口请求频率限制:10次/秒。
2. 输入参数
以下请求参数列表仅列出了接口请求参数和部分公共参数,完整公共参数列表见 公共请求参数。
参数名称 | 必选 | 类型 | 描述 |
---|---|---|---|
Action | 是 | String | 公共参数,本接口取值:InquiryPriceRunInstances。 |
Version | 是 | String | 公共参数,本接口取值:2017-03-12。 |
Region | 是 | String | 公共参数,详见产品支持的 地域列表。 |
Placement | 是 | Placement | 实例所在的位置。通过该参数可以指定实例所属可用区,所属项目等属性。 注:如果您不指定LaunchTemplate参数,则Placement为必选参数。若同时传递Placement和LaunchTemplate,则默认覆盖LaunchTemplate中对应的Placement的值。 |
ImageId | 是 | String | 指定有效的镜像ID,格式形如img-xxx 。镜像类型分为四种:可通过以下方式获取可用的镜像ID: 公共镜像 、自定义镜像 、共享镜像 的镜像ID可通过登录控制台查询;服务镜像市场 的镜像ID可通过云市场查询。ImageId 字段。注:如果您不指定LaunchTemplate参数,则ImageId为必选参数。若同时传递ImageId和LaunchTemplate,则默认覆盖LaunchTemplate中对应的ImageId的值。 示例值:img-pmqg1cw7 |
InstanceChargeType | 否 | String | 实例计费类型。 默认值:POSTPAID_BY_HOUR。 示例值:PREPAID |
InstanceChargePrepaid | 否 | InstanceChargePrepaid | 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。若指定实例的付费模式为预付费则该参数必传。 |
InstanceType | 否 | String | 实例机型。不同实例机型指定了不同的资源规格,具体取值可通过调用接口DescribeInstanceTypeConfigs来获得最新的规格表或参见实例规格描述。若不指定该参数,则默认机型为S1.SMALL1。 示例值:S5.MEDIUM2 |
SystemDisk | 否 | SystemDisk | 实例系统盘配置信息。若不指定该参数,则按照系统默认值进行分配。 示例值:{ "DiskSize": 50 } |
DataDisks.N | 否 | Array of DataDisk | 实例数据盘配置信息。若不指定该参数,则默认不购买数据盘。支持购买的时候指定21块数据盘,其中最多包含1块LOCAL_BASIC数据盘或者LOCAL_SSD数据盘,最多包含20块CLOUD_BASIC数据盘、CLOUD_PREMIUM数据盘或者CLOUD_SSD数据盘。 |
VirtualPrivateCloud | 否 | VirtualPrivateCloud | 私有网络相关信息配置。通过该参数可以指定私有网络的ID,子网ID等信息。若不指定该参数,则默认使用基础网络。若在此参数中指定了私有网络IP,那么InstanceCount参数只能为1。 |
InternetAccessible | 否 | InternetAccessible | 公网带宽相关信息设置。若不指定该参数,则默认公网带宽为0Mbps。 |
InstanceCount | 否 | Integer | 购买实例数量。取值范围:[1,100]。默认取值:1。指定购买实例的数量不能超过用户所能购买的剩余配额数量,具体配额相关限制详见CVM实例购买限制。 示例值:1 |
InstanceName | 否 | String | 实例显示名称。{R:x} ,表示生成数字[x, x+n-1] ,其中n 表示购买实例的数量,例如server_{R:3} ,购买1台时,实例显示名称为server_3 ;购买2台时,实例显示名称分别为server_3 ,server_4 。支持指定多个模式串{R:x} 。1、2...n ,其中n 表示购买实例的数量,例如server_ ,购买2台时,实例显示名称分别为server_1 ,server_2 。示例值:myInstance |
LoginSettings | 否 | LoginSettings | 实例登录设置。通过该参数可以设置实例的登录方式密码、密钥或保持镜像的原始登录设置。默认情况下会随机生成密码,并以站内信方式知会到用户。 |
SecurityGroupIds.N | 否 | Array of String | 实例所属安全组。该参数可以通过调用 DescribeSecurityGroups 的返回值中的sgId字段来获取。若不指定该参数,则默认不绑定安全组。 示例值:["sg-efil73jd"] |
EnhancedService | 否 | EnhancedService | 增强服务。通过该参数可以指定是否开启云安全、云监控等服务。若不指定该参数,则默认开启云监控、云安全服务。 |
ClientToken | 否 | String | 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。 示例值:a521b4e4-c903-4d37-9de6-8906e3ad8eb7 |
HostName | 否 | String | 云服务器的主机名。 示例值:myHost |
TagSpecification.N | 否 | Array of TagSpecification | 标签描述列表。通过指定该参数可以同时绑定标签到相应的资源实例,当前仅支持绑定标签到云服务器实例。 |
InstanceMarketOptions | 否 | InstanceMarketOptionsRequest | 实例的市场相关选项,如竞价实例相关参数 |
HpcClusterId | 否 | String | 高性能计算集群ID。 示例值:hpc-a5n666lo |
CpuTopology | 否 | CpuTopology | 描述了实例CPU拓扑结构的相关信息。若不指定该参数,则按系统资源情况决定。 |
LaunchTemplate | 否 | LaunchTemplate | 实例启动模板。 |
3. 输出参数
参数名称 | 类型 | 描述 |
---|---|---|
Price | Price | 该参数表示对应配置实例的价格。 |
RequestId | String | 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 |
4. 示例
示例1 包年包月实例购买询价
实例所在位置为上海二区,付费模式为包年包月,购买一个月,到期自动续费,镜像ID为:img-pmqg1cw7,选择机型为:64C256G标准型(S5.16XLARGE256),50G大小高性能云系统盘,挂载100G大小高性能云数据盘,私有网络,公网付费模式为流量按小时后付费,外网带宽上限10Mbps,分配公网IP,实例命名为QCLOUD-TEST,设置登录密码未Qcloud@TestApi123++,安装云监控云安全,购买数量为1台。
输入示例
POST / HTTP/1.1
Host: cvm.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: InquiryPriceRunInstances
<公共请求参数>
{
"SystemDisk": {
"DiskSize": 50,
"DiskType": "CLOUD_PREMIUM"
},
"InstanceCount": 1,
"Placement": {
"Zone": "ap-shanghai-2"
},
"LoginSettings": {
"Password": "Qcloud@TestApi123++"
},
"ImageId": "img-pmqg1cw7",
"InstanceChargeType": "PREPAID",
"EnhancedService": {
"SecurityService": {
"Enabled": true
},
"MonitorService": {
"Enabled": true
}
},
"InternetAccessible": {
"PublicIpAssigned": true,
"InternetChargeType": "TRAFFIC_POSTPAID_BY_HOUR",
"InternetMaxBandwidthOut": 10
},
"InstanceChargePrepaid": {
"RenewFlag": "NOTIFY_AND_AUTO_RENEW",
"Period": 1
},
"InstanceName": "QCLOUD-TEST",
"InstanceType": "S5.16XLARGE256",
"DataDisks": [
{
"DiskSize": 100,
"DiskType": "CLOUD_PREMIUM"
}
]
}
输出示例
{
"Response": {
"Price": {
"InstancePrice": {
"DiscountPrice": 1804.9,
"OriginalPriceThreeYear": 0.0,
"DiscountOneYear": 0.0,
"UnitPrice": 0.0,
"UnitPriceThirdStep": 0.0,
"OriginalPriceFiveYear": 0.0,
"Discount": 0.0,
"DiscountFiveYear": 0.0,
"UnitPriceDiscountThirdStep": 0.0,
"UnitPriceSecondStep": 0.0,
"OriginalPrice": 8884.5,
"DiscountThreeYear": 0.0,
"UnitPriceDiscountSecondStep": 0.0,
"UnitPriceDiscount": 0.0,
"DiscountPriceFiveYear": 0.0,
"OriginalPriceOneYear": 0.0,
"ChargeUnit": "HOUR",
"DiscountPriceThreeYear": 0.0,
"DiscountPriceOneYear": 0.0
},
"BandwidthPrice": {
"DiscountPrice": 0.0,
"OriginalPriceThreeYear": 0.0,
"DiscountOneYear": 0.0,
"UnitPrice": 0.8,
"UnitPriceThirdStep": 0.0,
"OriginalPriceFiveYear": 0.0,
"Discount": 0.0,
"DiscountFiveYear": 0.0,
"UnitPriceDiscountThirdStep": 0.0,
"UnitPriceSecondStep": 0.0,
"OriginalPrice": 0.0,
"DiscountThreeYear": 0.0,
"UnitPriceDiscountSecondStep": 0.0,
"UnitPriceDiscount": 0.52,
"DiscountPriceFiveYear": 0.0,
"OriginalPriceOneYear": 0.0,
"ChargeUnit": "HOUR",
"DiscountPriceThreeYear": 0.0,
"DiscountPriceOneYear": 0.0
}
},
"RequestId": "65b9edac-bca6-496b-a404-29f503b32495"
}
}
示例2 最简单参数的购买询价
只传必传的Zone和镜像ID,其他均采用系统默认值,具体配置如下:实例所在位置为上海二区,镜像ID为:img-pmqg1cw7。
输入示例
POST / HTTP/1.1
Host: cvm.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: InquiryPriceRunInstances
<公共请求参数>
{
"Placement": {
"Zone": "ap-shanghai-2"
},
"ImageId": "img-pmqg1cw7"
}
输出示例
{
"Response": {
"Price": {
"InstancePrice": {
"DiscountPrice": 0.0,
"OriginalPriceThreeYear": 0.0,
"DiscountOneYear": 0.0,
"UnitPrice": 0.2,
"UnitPriceThirdStep": 0.1,
"OriginalPriceFiveYear": 0.0,
"Discount": 0.0,
"DiscountFiveYear": 0.0,
"UnitPriceDiscountThirdStep": 0.06,
"UnitPriceSecondStep": 0.12,
"OriginalPrice": 0.0,
"DiscountThreeYear": 0.0,
"UnitPriceDiscountSecondStep": 0.06,
"UnitPriceDiscount": 0.08,
"DiscountPriceFiveYear": 0.0,
"OriginalPriceOneYear": 0.0,
"ChargeUnit": "HOUR",
"DiscountPriceThreeYear": 0.0,
"DiscountPriceOneYear": 0.0
},
"BandwidthPrice": {
"DiscountPrice": 0.0,
"OriginalPriceThreeYear": 0.0,
"DiscountOneYear": 0.0,
"UnitPrice": 0.0,
"UnitPriceThirdStep": 0.0,
"OriginalPriceFiveYear": 0.0,
"Discount": 0.0,
"DiscountFiveYear": 0.0,
"UnitPriceDiscountThirdStep": 0.0,
"UnitPriceSecondStep": 0.0,
"OriginalPrice": 0.0,
"DiscountThreeYear": 0.0,
"UnitPriceDiscountSecondStep": 0.0,
"UnitPriceDiscount": 0.0,
"DiscountPriceFiveYear": 0.0,
"OriginalPriceOneYear": 0.0,
"ChargeUnit": "HOUR",
"DiscountPriceThreeYear": 0.0,
"DiscountPriceOneYear": 0.0
}
},
"RequestId": "65b9edac-bca6-496b-a404-29f503b32495"
}
}
示例3 按小时后付费实例购买询价
实例所在位置为上海二区,付费模式为按小时后付费,镜像ID为:img-pmqg1cw7,选择机型为:64C256G标准型(S5.16XLARGE256),50G大小高性能云系统盘,挂载100G大小高性能云数据盘,私有网络,公网付费模式为流量按小时后付费,外网带宽上限10Mbps,分配公网IP,实例命名为QCLOUD-TEST,设置登录密码未Qcloud@TestApi123++,安装云监控云安全,购买数量为1台。
输入示例
POST / HTTP/1.1
Host: cvm.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: InquiryPriceRunInstances
<公共请求参数>
{
"SystemDisk": {
"DiskSize": 50,
"DiskType": "CLOUD_PREMIUM"
},
"InstanceCount": 1,
"Placement": {
"Zone": "ap-shanghai-2"
},
"LoginSettings": {
"Password": "Qcloud@TestApi123++"
},
"ImageId": "img-pmqg1cw7",
"InstanceChargeType": "POSTPAID_BY_HOUR",
"EnhancedService": {
"SecurityService": {
"Enabled": true
},
"MonitorService": {
"Enabled": true
}
},
"InternetAccessible": {
"PublicIpAssigned": true,
"InternetChargeType": "TRAFFIC_POSTPAID_BY_HOUR",
"InternetMaxBandwidthOut": "10"
},
"InstanceName": "QCLOUD-TEST",
"InstanceType": "S5.16XLARGE256",
"DataDisks": [
{
"DiskSize": 100,
"DiskType": "CLOUD_PREMIUM"
}
]
}
输出示例
{
"Response": {
"Price": {
"InstancePrice": {
"DiscountPrice": 0.0,
"OriginalPriceThreeYear": 0.0,
"DiscountOneYear": 0.0,
"UnitPrice": 16.09,
"UnitPriceThirdStep": 16.09,
"OriginalPriceFiveYear": 0.0,
"Discount": 0.0,
"DiscountFiveYear": 0.0,
"UnitPriceDiscountThirdStep": 3.33,
"UnitPriceSecondStep": 16.09,
"OriginalPrice": 0.0,
"DiscountThreeYear": 0.0,
"UnitPriceDiscountSecondStep": 3.33,
"UnitPriceDiscount": 3.33,
"DiscountPriceFiveYear": 0.0,
"OriginalPriceOneYear": 0.0,
"ChargeUnit": "HOUR",
"DiscountPriceThreeYear": 0.0,
"DiscountPriceOneYear": 0.0
},
"BandwidthPrice": {
"DiscountPrice": 0.0,
"OriginalPriceThreeYear": 0.0,
"DiscountOneYear": 0.0,
"UnitPrice": 0.8,
"UnitPriceThirdStep": 0.0,
"OriginalPriceFiveYear": 0.0,
"Discount": 0.0,
"DiscountFiveYear": 0.0,
"UnitPriceDiscountThirdStep": 0.0,
"UnitPriceSecondStep": 0.0,
"OriginalPrice": 0.0,
"DiscountThreeYear": 0.0,
"UnitPriceDiscountSecondStep": 0.0,
"UnitPriceDiscount": 0.52,
"DiscountPriceFiveYear": 0.0,
"OriginalPriceOneYear": 0.0,
"ChargeUnit": "HOUR",
"DiscountPriceThreeYear": 0.0,
"DiscountPriceOneYear": 0.0
}
},
"RequestId": "65b9edac-bca6-496b-a404-29f503b32495"
}
}
5. 开发者资源
腾讯云 API 平台
腾讯云 API 平台 是综合 API 文档、错误码、API Explorer 及 SDK 等资源的统一查询平台,方便您从同一入口查询及使用腾讯云提供的所有 API 服务。
API Inspector
用户可通过 API Inspector 查看控制台每一步操作关联的 API 调用情况,并自动生成各语言版本的 API 代码,也可前往 API Explorer 进行在线调试。
SDK
云 API 3.0 提供了配套的开发工具集(SDK),支持多种编程语言,能更方便的调用 API。
- Tencent Cloud SDK 3.0 for Python: GitHub Gitee
- Tencent Cloud SDK 3.0 for Java: GitHub Gitee
- Tencent Cloud SDK 3.0 for PHP: GitHub Gitee
- Tencent Cloud SDK 3.0 for Go: GitHub Gitee
- Tencent Cloud SDK 3.0 for Node.js: GitHub Gitee
- Tencent Cloud SDK 3.0 for .NET: GitHub Gitee
- Tencent Cloud SDK 3.0 for C++: GitHub Gitee
- Tencent Cloud SDK 3.0 for Ruby: GitHub Gitee
命令行工具
6. 错误码
以下仅列出了接口业务逻辑相关的错误码,其他错误码详见 公共错误码。
错误码 | 描述 |
---|---|
AccountQualificationRestrictions | 该请求账户未通过资格审计。 |
AuthFailure.CamRoleNameAuthenticateFailed | 角色名鉴权失败 |
FailedOperation.DisasterRecoverGroupNotFound | 未找到指定的容灾组 |
FailedOperation.IllegalTagKey | 标签键存在不合法字符 |
FailedOperation.IllegalTagValue | 标签值存在不合法字符。 |
FailedOperation.InquiryPriceFailed | 询价失败 |
FailedOperation.SnapshotSizeLargerThanDataSize | 快照容量大于磁盘大小,请选用更大的磁盘空间。 |
FailedOperation.TagKeyReserved | 请求中指定的标签键为系统预留标签,禁止创建 |
FailedOperation.TatAgentNotSupport | 镜像是公共镜像并且启用了自动化助手服务,但它不符合 Linux&x86_64。 |
InstancesQuotaLimitExceeded | 表示当前创建的实例个数超过了该账户允许购买的剩余配额数。 |
InternalError.TradeUnknownError | 内部错误 |
InvalidClientToken.TooLong | 指定的ClientToken字符串长度超出限制,必须小于等于64字节。 |
InvalidHostId.Malformed | 无效CDH ID 。指定的CDH ID 格式错误。例如ID 长度错误host-1122 。 |
InvalidHostId.NotFound | 指定的HostId不存在,或不属于该请求账号所有。 |
InvalidImageId.Malformed | 错误的镜像Id格式。 |
InvalidImageId.NotFound | 未找到该镜像。 |
InvalidInstanceName.TooLong | 指定的InstanceName字符串长度超出限制,必须小于等于60字节。 |
InvalidInstanceType.Malformed | 指定InstanceType参数格式不合法。 |
InvalidParameter.EdgeZoneMissInternetAccessible | 边缘可用区指定三网外网IP参数需要先指定主ip外网IP参数。 |
InvalidParameter.HostIdCustomizedInstanceTypeNotSupport | 指定的CDH母机不支持自定义类型的子机规格 |
InvalidParameter.HostIdInstanceTypeNotSupport | 指定的CDH母机不支持该子机机型规格 |
InvalidParameter.HostIdStandardInstanceTypeNotSupport | 指定的CDH母机不支持标准类型的子机规格 |
InvalidParameter.InstanceImageNotSupport | 当前接口不支持实例镜像。 |
InvalidParameter.InstanceTypeSupportedHostNotFound | 不存在支持指定子机规格的CDH母机 |
InvalidParameter.InternetAccessibleNotSupported | 不支持设置公网带宽相关信息。 |
InvalidParameter.OnlySupportForEdgeZone | 仅是边缘可用区支持这个参数。 |
InvalidParameter.SnapshotNotFound | 指定的快照不存在。 |
InvalidParameter.SpecialParameterForSpecialAccount | 这个参数需要开启白名单才可以使用。 |
InvalidParameterCombination | 表示参数组合不正确。 |
InvalidParameterValue | 参数取值错误。 |
InvalidParameterValue.BandwidthPackageIdMalformed | 共享带宽包ID不合要求,请提供规范的共享带宽包ID,类似bwp-xxxxxxxx,字母x代表小写字符或者数字。 |
InvalidParameterValue.BandwidthPackageIdNotFound | 请确认指定的带宽包是否存在。 |
InvalidParameterValue.BandwidthPackageIspNotMatch | 带宽包所属的运营商和运营商参数不匹配。 |
InvalidParameterValue.BandwidthPackageZoneNotMatch | 带宽包所属的可用区和指定的可用区不匹配。 |
InvalidParameterValue.CloudSsdDataDiskSizeTooSmall | SSD云硬盘为数据盘时,购买大小不得小于100GB |
InvalidParameterValue.DuplicateTags | 重复标签。 |
InvalidParameterValue.InstanceTypeNotFound | 指定机型不存在 |
InvalidParameterValue.InstanceTypeNotSupportHpcCluster | 实例类型不可加入高性能计算集群。 |
InvalidParameterValue.InstanceTypeRequiredHpcCluster | 高性能计算实例需指定对应的高性能计算集群。 |
InvalidParameterValue.InsufficientPrice | 竞价失败。 |
InvalidParameterValue.InvalidAppIdFormat | 无效的appid。 |
InvalidParameterValue.InvalidImageFormat | 当前镜像为RAW格式,无法创建CVM,建议您选择其他镜像。 |
InvalidParameterValue.InvalidImageId | 镜像不允许执行该操作 |
InvalidParameterValue.InvalidImageOsName | 当前地域不支持指定镜像所包含的操作系统。 |
InvalidParameterValue.InvalidImageState | 镜像被其他操作占用,请检查,并稍后重试。 |
InvalidParameterValue.InvalidTimeFormat | 时间格式不合法。 |
InvalidParameterValue.InvalidUserDataFormat | UserData格式错误, 需要base64编码格式 |
InvalidParameterValue.IspNotSupportForEdgeZone | 边缘可用区不支持这个运营商。 |
InvalidParameterValue.IspValueRepeated | 重复指定了运营商参数值。 |
InvalidParameterValue.LimitExceeded | 参数值数量超过限制。 |
InvalidParameterValue.Range | 无效参数值。参数值取值范围不合法。 |
InvalidParameterValue.RequiredLocationImage | 请求需要区域镜像。 |
InvalidParameterValue.SnapshotIdMalformed | 快照ID不合要求,请提供规范的快照ID,类似snap-xxxxxxxx,字母x代表小写字符或者数字 |
InvalidParameterValue.TagKeyNotFound | 指定的标签不存在。 |
InvalidParameterValue.TagQuotaLimitExceeded | 标签配额超限。 |
InvalidParameterValue.ZoneNotSupported | 请求不支持该可用区 |
InvalidPassword | 无效密码。指定的密码不符合密码复杂度限制。例如密码长度不符合限制等。 |
InvalidPeriod | 无效时长。目前只支持时长:[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 24, 36],单位:月。 |
InvalidPermission | 账户不支持该操作。 |
InvalidProjectId.NotFound | 无效的项目ID,指定的项目ID不存在。 |
InvalidZone.MismatchRegion | 指定的zone 不存在。 |
LimitExceeded.DisasterRecoverGroup | 指定置放群组配额不足。 |
LimitExceeded.InstanceEniNumLimit | 实例指定的弹性网卡数目超过了实例弹性网卡数目配额。 |
MissingParameter | 缺少参数错误。 |
MissingParameter.MonitorService | 该实例类型必须开启云监控服务 |
ResourceInsufficient.CloudDiskUnavailable | 云盘参数不符合规范 |
ResourceInsufficient.DisasterRecoverGroupCvmQuota | 实例个数超过容灾组的配额 |
ResourceNotFound.HpcCluster | 高性能计算集群不存在。 |
ResourceNotFound.NoDefaultCbs | 无可用的缺省类型的CBS资源。 |
ResourceNotFound.NoDefaultCbsWithReason | 无可用的缺省类型的CBS资源。 |
ResourceUnavailable.InstanceType | 该可用区不售卖此机型 |
ResourcesSoldOut.SpecifiedInstanceType | 指定的实例类型已售罄。 |
UnsupportedOperation.BandwidthPackageIdNotSupported | 指定的实例付费模式或者网络付费模式不支持共享带宽包 |
UnsupportedOperation.InstanceTypeNotSupportGridLicence | 实例类型不支持设置GridDriverService 状态 |
UnsupportedOperation.InstanceTypeNotSupportJumboFrame | 实例类型不支持设置EnableJumboFrame 状态 |
UnsupportedOperation.InvalidDisk | 不支持指定的磁盘 |
UnsupportedOperation.InvalidRegionDiskEncrypt | 指定的地域不支持加密盘。 |
UnsupportedOperation.NoInstanceTypeSupportSpot | 该实例类型不支持竞价计费 |
UnsupportedOperation.NotSupportImportInstancesActionTimer | 针对当前实例设置定时任务失败。 |
UnsupportedOperation.OnlyForPrepaidAccount | 该操作仅支持预付费账户 |
UnsupportedOperation.SpotUnsupportedRegion | 该地域不支持竞价实例。 |
UnsupportedOperation.UnderwritingInstanceTypeOnlySupportAutoRenew | 该机型为包销机型,RenewFlag的值只允许设置为NOTIFY_AND_AUTO_RENEW。 |
UnsupportedOperation.UnsupportedInternationalUser | 请求不支持国际版账号 |