创建询价 请求示例 POST /v4/ipv6bandwidth/querycreateprice 请求体body json { "regionID": "81f7728662dd11ec810800155d307d5b", "clientToken": "Xxxxx", "cycleType": "year", "bandwidth": 5, "cycleCount": 1, "name": "test" } 响应示例 json { "statusCode": 800, "message": "success", "description": "", "errorCode": "SUCCESS", "returnObj": { "discountPrice": 1101.6, "totalPrice": 1836, "finalPrice": 1101.6, "subOrderPrices": [ { "totalPrice": 1836, "finalPrice": 1101.6, "serviceTag": "OVMS", "orderItemPrices": [ { "resourceType": "NETWORK", "totalPrice": 1836, "finalPrice": 1101.6 } ] } ] } } 状态码 状态码 描述 :: 200 表示请求成功。 错误码 请参考错误码说明。