套餐详情
GET
/plans/{id}请求参数
Path 参数
id
integer
套餐ID
示例值:
1
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
status
string
必需
message
string
必需
data
object
必需
id
integer
套餐ID
type
enum<string>
套餐类型
枚举值:
vipstorage
name
string
名称
intro
string
简介
features
array[string]
权益列表
badge
string
角标内容
prices
array [object {4}]
价格列表
time
integer
必需
示例
{
"status": "success",
"message": "successful",
"data": {
"id": 1,
"name": "测试",
"intro": "123",
"features": [
"不限上传次数"
],
"badge": "促销",
"prices": [
{
"id": 1,
"name": "月卡",
"duration": 43776,
"price": 1
},
{
"id": 2,
"name": "季卡",
"duration": 131328,
"price": 1
}
]
},
"time": 1720401270
}
最后修改时间: 1 个月前