{
"name": "月度会员",
"label": "2222",
"durationConfig": 1, // 1-月度会员 2-季度会员 3-半年会员 4-年度会员 5-终身会员 6-自定义
"billing": [
{
"levelId": "51906c06-2a90-4cec-846e-60f5f88eccd4",
"salesPrice": 12.5,
"originalPrice": 22.8,
"label": "",
"status": true
}
]
}curl --location --request PATCH 'http://prod-cn.your-api-server.com/consoleapi/plans/0de11ecf-ecc3-4a11-ad12-61e4de7ba04f' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "月度会员",
"label": "2222",
"durationConfig": 1, // 1-月度会员 2-季度会员 3-半年会员 4-年度会员 5-终身会员 6-自定义
"billing": [
{
"levelId": "51906c06-2a90-4cec-846e-60f5f88eccd4",
"salesPrice": 12.5,
"originalPrice": 22.8,
"label": "",
"status": true
}
]
}'{
"code": 0,
"message": "string",
"data": {
"id": "string",
"createdAt": "string",
"updatedAt": "string",
"name": "string",
"label": "string",
"durationConfig": 0,
"duration": {},
"billing": [
{
"levelId": "string",
"salesPrice": 0,
"originalPrice": 0,
"label": "string",
"status": true
}
],
"levelCount": 0,
"status": true,
"sort": 0
},
"timestamp": 0
}