A AuthMS API Wiki API Reference iam.tianv.com →

GET /billing/plans

公开接口(无需认证):获取所有已发布的套餐定价列表,用于 Developer Portal 定价页。含套餐名称、描述、月/年价格、功能特性和配额。

计费服务 None application/json

Responses

StatusDescriptionSchema
200公开套餐列表查询成功dto.PublicPlansDetailResponse
500服务器内部错误object

Referenced Schemas

dto.PublicPlanResponse

FieldTypeRequiredExampleConstraintsDescription
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

FieldTypeRequiredExampleConstraintsDescription
code integer No
data dto.PublicPlansResponse No
message string No
timestamp string No

dto.PublicPlansResponse

FieldTypeRequiredExampleConstraintsDescription
plans array of

See dto.PublicPlanResponse

No