续费云手机
POST /api/v1/cloudPhone/renewal
| 参数 | 类型 | 必需 | 说明 |
|---|---|---|---|
| image_ids | array | 是 | 云手机ID,可通过云手机列表获取 |
| duration | string | 否 | 购买时长,支持 7、30、90、180、360 天,默认为 30 天 |
| coupon_code | string | 否 | 优惠码 |
{
"image_ids": ["xxx","xxx"],
"duration": "90",
"coupon_code": "xxxx"
}
{
"code": 200,
"data": {
"order_id": "xxxx" // 订单号
},
"message": "Success"
}