- autMan开放接口
- 系统管理
- 本地开发
- 用户管理
- 容器管理
- 虚拟容器
- 对接容器
- 变量整理
- COOKIE
- 洞察变量
- 链接解析
- 脚本容器
- 代理池
- aut云插件
获取搬运规则
GET
/carry
请求参数
Header 参数
Authorization
string
必需
示例值:
Bearer 0cb972b0-516c-8c7a-8c95-955263eed4c1
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/carry' \
--header 'Authorization: Bearer 0cb972b0-516c-8c7a-8c95-955263eed4c1'
返回响应
🟢200成功
application/json
Body
code
integer
必需
message
string
可选
data
array [object {14}]
必需
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
必需
reg_chose
string
必需
cuts
string
必需
replace
string
必需
示例
{
"code": 0,
"message": "string",
"data": [
{
"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",
"reg_chose": "string",
"cuts": "string",
"replace": "string"
}
]
}
修改于 2024-02-03 08:32:33