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