Loading...
Loading...
紫鸟设备管理:代理设备(IP)的查询、添加、修改、绑定/解绑、购买续费和自动续费。当用户需要查看代理设备列表、添加/修改自有代理、绑定设备到店铺或管理设备费用时使用。
npx skill4agent add ziniao-open/skills ziniao-device../ziniao-shared/SKILL.mdapi| CLI 值 | API 值 | 说明 |
|---|---|---|
| http | 0 | HTTP 代理 |
| https | 1 | HTTPS 代理 |
| socks5 | 2 | SOCKS5 代理 |
| ssh | 3 | SSH 隧道 |
| ssl | 4 | SSL 代理 |
| 命令 | 说明 | 详细文档 |
|---|---|---|
| 查询设备列表 | |
| 添加自有设备 | |
| 修改自有设备 | 部分更新: |
ziniao-cli device list --format table
ziniao-cli device list --page-all
ziniao-cli device add-custom --name "我的代理" --proxy-type socks5 \
--addr "1.2.3.4" --port 1080 --proxy-user admin --proxy-pass secret
ziniao-cli device update-custom --id 123 --addr "5.6.7.8"/superbrowser/rest/v1/erp/ip/page/superbrowser/rest/v1/erp/ip/self/add/new/superbrowser/rest/v1/erp/ip/self/edit/new| 命令 | 说明 |
|---|---|
| 将设备绑定到店铺( |
| 按店铺 ID 解绑设备( |
# 将设备 10 绑定到三个店铺
ziniao-cli device bind --id 10 --store-id "101,102,103"
# 批量解绑
ziniao-cli device unbind --store-id "101,102,103"⚠ 批量解绑为逐个执行,部分失败不影响已成功项,也不会回滚。
/superbrowser/rest/v1/erp/ip/bind/superbrowser/rest/v1/erp/ip/unbind⚠和purchase为renew,执行前会要求确认或需传high-risk-write。--yes
| 命令 | 说明 |
|---|---|
| 查询可购买的套餐列表(先看这里) |
| 购买套餐(涉及费用,不可撤销) |
| 续费设备( |
| 批量开启/关闭自动续费 |
# 先查套餐,再购买
ziniao-cli device plan-list --format table
ziniao-cli device purchase --plan-id "plan_xxx" --period-id 1 --count 3
# 续费单台
ziniao-cli device renew --id 10 --period-id 1
# 批量开启自动续费
ziniao-cli device auto-renew --id "10,11,12" --enable true
# 关闭自动续费(bool 类型必须用等号连接)
ziniao-cli device auto-renew --id "10,11,12" --enable=false
# 关闭自动续费
ziniao-cli device auto-renew --id 10 --enable=false/superbrowser/rest/v1/erp/package/new/superbrowser/rest/v1/erp/purchase/superbrowser/rest/v1/erp/renew/superbrowser/rest/v1/erp/ip/renewal# 查询已购设备价格
ziniao-cli api /superbrowser/rest/v1/erp/proxy/purchased_package_info --data '{"proxyId":"123"}'
# 查询设备历史绑定记录
ziniao-cli api /superbrowser/rest/v1/erp/ip/historybind --data '{"proxyId":"123"}'