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