Files
workphone-sdk/sdk/config/unblock_targets.example.yaml
Manus AI 42fe10401a 1
1
2026-05-24 17:50:04 +08:00

47 lines
1.8 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 微信「联系客服解封」常规批量操作配置示例
# 拷贝为 unblock_targets.yaml 并修改后使用:
# python3 sdk/scripts/wechat_unblock_batch.py -c sdk/config/unblock_targets.yaml
#
# 字段说明:
# sdk_base SDK 地址http(s)://host:port不写则用 SDK_BASE_URL 或本地 8899
# default_* 所有 target 的默认参数target 内部可覆盖
# targets[] 待解封任务列表(多设备 × 多账号)
# - device_id 设备 serial与 ADB / WS 注册一致;如 192.168.110.80:5555 或 xgfe65eimrrofyws
# wxid 微信号或 wxid用于审计与 AI 上下文)
# phone 申诉时可能用的手机号
# reason 封禁原因说明(必填,会进入 AI 提示词)
# max_rounds 最大对话轮次(覆盖默认)
# chat_interval_sec 每轮等待客服回复秒数
# use_web_search 是否联网搜参考经验
# enabled false 时跳过该条
# note 备注(不参与执行)
sdk_base: "http://127.0.0.1:8899"
platform: "wechat"
default_max_rounds: 18
default_chat_interval_sec: 8
default_use_web_search: true
# 串行 vs 并发
concurrency: 1 # 1 = 串行;>1 = 同时跑多设备(注意 SDK 容量)
retry_on_fallback: 1 # 链路 fallback 时重试次数
between_task_sleep_sec: 6 # 任务之间静默等待(防止 SDK / 风控)
targets:
- device_id: "192.168.110.80:5555"
wxid: "wxid_5g37snchpv8e22"
phone: ""
reason: "账号被误判限制登录,本人正常使用未做违规操作"
enabled: true
note: "Redmi Note 13 主测试机"
# - device_id: "xgfe65eimrrofyws"
# wxid: "wxid_xxxxxx"
# phone: "13800138000"
# reason: "添加朋友功能被限制"
# max_rounds: 25
# chat_interval_sec: 10
# enabled: false
# note: "备用设备示例"