新增算力套餐
POST
/tenantapi/power.powerPackage/add
请求参数
Body 参数application/x-www-form-urlencoded
title
string
标题,标题
示例值:
套餐标题
cost
string
金额
示例值:
20
power
string
算力数
示例值:
100
status
string
必需
示例值:
1
recommend
string
是否推荐
示例值:
0
gift
string
是否赠送算力
示例值:
1
gift_power
string
赠送算力数
示例值:
10
original_cost
string
原价
示例值:
200
sort
string
排序 默认为0
示例值:
0
note
string
备注
示例值:
备注
示例代码
返回响应
修改于 2025-02-27 09:57:03