GET /admin/billing/plans
查询所有套餐定价方案的详情,包括名称、价格、计费周期和包含的功能特性
计费服务 `bearerAuth` application/json
Referenced Schemas
dto.PlanDetail
| Field | Type | Required | Example | Constraints | Description |
currency |
string |
No |
CNY |
|
|
description |
string |
No |
适用于大型团队 |
|
|
features |
array of
string |
No |
|
|
|
name |
string |
No |
专业版 |
|
|
plan_id |
string |
No |
pro |
|
|
price_monthly |
number |
No |
499 |
|
|
price_yearly |
number |
No |
4999 |
|
|
quotas |
object |
No |
|
extra keys: `integer` |
|
dto.PlanPricingDetailResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.PlanPricingResponse |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
dto.PlanPricingResponse
| Field | Type | Required | Example | Constraints | Description |
plans |
array of
See dto.PlanDetail |
No |
|
|
|