GET /internal/billing/plans/{plan}/quotas
服务间内部调用:根据套餐名称(free/basic/pro/enterprise/platform)获取配额限制,包含最大用户数、存储、带宽、API调用数、短信/邮件日限额等
计费服务 - 内部接口 None application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
plan |
path |
string |
Yes |
|
|
|
套餐名称 (free/basic/pro/enterprise/platform) |
Referenced Schemas
dto.PlanQuotasDetailResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.PlanQuotasResponse |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
dto.PlanQuotasResponse
| Field | Type | Required | Example | Constraints | Description |
max_api_requests |
integer |
No |
100000 |
|
|
max_bandwidth_bytes |
integer |
No |
107374182400 |
|
|
max_email_daily |
integer |
No |
5000 |
|
|
max_sms_daily |
integer |
No |
1000 |
|
|
max_storage_bytes |
integer |
No |
10737418240 |
|
|
max_users |
integer |
No |
500 |
|
|
name |
string |
No |
Professional |
|
|
plan |
string |
No |
pro |
|
|