GET /billing/plans
公开接口(无需认证):获取所有已发布的套餐定价列表,用于 Developer Portal 定价页。含套餐名称、描述、月/年价格、功能特性和配额。
计费服务 None application/json
Referenced Schemas
dto.PublicPlanResponse
| Field | Type | Required | Example | Constraints | Description |
currency |
string |
No |
CNY |
|
|
description |
string |
No |
适用于个人开发者和小型项目 |
|
|
features |
array of
string |
No |
|
|
|
is_popular |
boolean |
No |
False |
|
|
name |
string |
No |
免费版 |
|
|
plan_id |
string |
No |
free |
|
|
price_monthly |
number |
No |
0 |
|
|
price_yearly |
number |
No |
0 |
|
|
quotas |
object |
No |
|
|
|
dto.PublicPlansDetailResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.PublicPlansResponse |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
dto.PublicPlansResponse