{ "code": 200, "message": "success", "success": true, "data": { "plans": [ { "planId": "vip_monthly", "planName": "VIP Monthly", "orderType": "vip_monthly", "vipDays": 30, "dolAmount": null, "creditBalance": 3000, "amountCents": 1999, "originalAmountCents": 2499, "dailyPriceCents": 66, "currency": "USD" }, { "planId": "vip_quarterly", "planName": "VIP Quarterly", "orderType": "vip_quarterly", "vipDays": 90, "dolAmount": null, "creditBalance": 9000, "amountCents": 4999, "originalAmountCents": 5999, "dailyPriceCents": 55, "currency": "USD" }, { "planId": "vip_annual", "planName": "VIP Annual", "orderType": "vip_annual", "vipDays": 365, "dolAmount": null, "creditBalance": 36000, "amountCents": 17999, "originalAmountCents": 19999, "dailyPriceCents": 49, "currency": "USD" } ] } }