订购下单(1) 响应参数 参数 参数类型 说明 示例 下级对象 statusCode String 返回状态码(2000成功,5000系统错误,18xxxx业务错误) 2000 error String 业务错误码,RCCstatusCode RCC1000 message String 返回结果描述 SUCCESS returnObj Object 返回数据体 returnObj 枚举参数 无 请求示例 请求url 请求头header 无 请求体body { "clusterName": "mycluster", "engineType": "nacos", "cycleType": "101", "cycleCnt": "1", "autoRenewStatus": "true", "autoRenewCycleType": "3", "autoRenewCycleCount": "1", "resSize": 3, "cpuNum": 4, "memSize": 8, "securityGroupUuid": "59893", "vpcUuid": "16623", "subnetUuid": "25024", "azInfo":[{"azId":3,"azName":"az3"}] } 响应示例 { "statusCode": 2000, "message": "SUCCESS", "returnObj": { "totalPrice": 1227.0, "subOrderPrices": null, "finalPrice": null, "isSucceed": null } } 状态码 请参考 状态码 错误码 请参考 错误码
来自: