创建产品赞助
POST
/admin/sponsorship最后修改时间: 1 个月前
请求参数
Body 参数application/json
entity_name
string
必需
id
integer
赞助ID
initial_duration
integer
必需
初始赞助时长, 单位:月
is_paused
boolean
是否暂停
is_permanent
boolean
是否永久赞助
monthly_traffic
integer
月流量
notes
string
备注
product_id
integer
必需
product_type
enum<string>
必需
枚举值:
rcsrvhrgsrosrbmrcdn
uid
integer
必需
示例
{
"entity_name": "string",
"id": 0,
"initial_duration": 0,
"is_paused": true,
"is_permanent": true,
"monthly_traffic": 0,
"notes": "string",
"product_id": 0,
"product_type": "rcs",
"uid": 0
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 1 个月前