设定代理价
POST
/user/vip/agent_price最后修改时间: 7 天前
请求参数
Body 参数application/json
charge_type
string
可选
floor
boolean
抹除小数
id
integer
可选
存在即设置,不存在即创建
machine
string
可选
plan
string
可选
priority
integer
优先级
product
string
可选
rate
number
价格比例
>= 0.1<= 1.5
region
string
可选
scene
string
可选
消费场景 create,renew,...
subtype
string
可选
示例
{
"charge_type": "string",
"floor": true,
"id": 0,
"machine": "string",
"plan": "string",
"priority": 0,
"product": "string",
"rate": 0.1,
"region": "string",
"scene": "string",
"subtype": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 7 天前