mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/yunionio/cloudpods.git
synced 2026-09-21 00:24:07 +08:00
12 lines
278 B
YAML
12 lines
278 B
YAML
get:
|
|
summary: 获取指定套餐详情信息
|
|
parameters:
|
|
- $ref: "../parameters/serversku.yaml#/serverskuId"
|
|
responses:
|
|
200:
|
|
description: 套餐详情信息
|
|
schema:
|
|
$ref: "../schemas/serversku.yaml#/ServerSkuResponse"
|
|
tags:
|
|
- serverskus
|