查询Postgresql实例续费的费用 请求示例 /v1/eop/reneworderprice 请求体body { "cycleType":3, "cycleCount":1, "resourceIds":[ "dc7af3591eff44dd800ea0cbce23d917" ] } 响应示例 { "message": "SUCCESS", "returnObj": [ { "isSucceed": true, "totalPrice": 542.0, "finalPrice": 542.0, "subOrderPrices": [ { "totalPrice": 542.0, "finalPrice": 542.0, "serviceTag": "PAAS", "orderItemPrices": [ { "itemId": "a0782b8992fe436cb497f7ee7c162a2c", "resourceType": "PGSQLVM", "totalPrice": 462.0, "finalPrice": 462.0 }, { "itemId": "5a9868068fe941ea8d81a38c97f36e06", "resourceType": "PGSQLEBSC", "totalPrice": 50.0, "finalPrice": 50.0 }, { "itemId": "1daaeb363cc949929cfd29745a6750ce", "resourceType": "PGSQLBACKUP", "totalPrice": 30.0, "finalPrice": 30.0 } ] } ] } ], "statusCode": 800 } 错误码 访问ErrorCodes说明文档查看更多错误码。