修改搬运规则
PUT
/carry请求参数
Header 参数
Authorization
string
必需
/open/auth/token接口获取的Bearer类型的token
示例值:
Bearer 17e7f7c4-1629-cb0e-8f4d-47f1e248fb04
Body 参数application/json
id
number
必需
name
string
名称
on
boolean
开关
with_tail
boolean
来源尾巴
del_repeat
boolean
是否去重
carry_from
string
搬运源
carry_from_ones
string
搬运自某人
carry_to
string
搬运目的地
carry_convert
boolean
包含返利链接时是否转链
white_list
string
白名单
black_list
string
黑名单
cuts
string
筛选
replace
string
替换
示例
{
"id": 0,
"name": "string",
"on": true,
"with_tail": true,
"del_repeat": true,
"carry_from": "string",
"carry_from_ones": "string",
"carry_to": "string",
"carry_convert": true,
"white_list": "string",
"black_list": "string",
"cuts": "string",
"replace": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
message
string
可选
data
object
必需
示例
{
"code": 0,
"message": "string",
"data": {}
}
最后修改时间: a year ago