- autMan开放接口
- 系统管理
- 本地开发
- 用户管理
- 容器管理
- 虚拟容器
- 对接容器
- 变量整理
- COOKIE
- 洞察变量
- 链接解析
- 脚本容器
- 代理池
- aut云插件
修改搬运规则
PUT
/carry
请求参数
Header 参数
Authorization
string
必需
示例值:
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"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request PUT '/carry' \
--header 'Authorization: Bearer 17e7f7c4-1629-cb0e-8f4d-47f1e248fb04' \
--header 'Content-Type: application/json' \
--data-raw '{
"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成功
application/json
Body
code
integer
必需
message
string
可选
data
object
必需
示例
{
"code": 0,
"message": "string",
"data": {}
}
修改于 2024-02-03 08:32:58