硅云帮助文档中心
搜索文档
热门搜索词:
产品简介
产品定价
入门指南
经典案例
常见问题
知识拓展
API参考
续费实例
续费实例,此接口会自动从用户余额中扣除续费实例所需的费用
/ncs-server/api/v1/host/renew
POST
字段 | 类型 | 最大长度 | 参数位置 | 默认必填 | 描述 |
instanceId | string | 32 | RequestBody | 实例id | |
month | int | 10 | RequestBody | 续费月份数,一年传12 | |
idempotent | string | 64 | RequestBody | 选填 | 幂等Id,防止续费成功但超时的情况,当传递相同的idempotent时,无论调用多少次,只会续费成功一次,如要传递,请确保唯一性,否则将出现意料之外的情况,和新购升级不隔离 |
POST /vhost-server/api/v1/host/renew HTTP/1.1 Content-Type: application/json request_id: 2942183558593ffc9d75fb8e16793ff api_key: 1706006863049654272 signature: d44f7e64ba0adcdecddc4e2a25e9c9d923a6c56f410f52904887cd3be8cbc2a5 Content-Type: application/json { "instanceId":"cvh-3hdr7uz22s223", "month":1, "idempotent":"1234" }
data 返回为已支付的支付订单
{ "status": 2000, "message": "success", "data": "1706554688268926976" }
您对该文档有什么建议?
本文导航