2. 更新资料的代理

更新资料的代理

申请

Body

{
    "browser_update":[
        {
            "uuid":"99321674-b6c5-4004-a182-be6147beea3e",
            "proxy":"SOCKS5|192.168.30.51|8080|123|121"
        }
    ]
}
  • uuid:资料的 UUID

  • proxy:代理要更新到资料,格式为:type|ip_address|port|username|pass

响应

{
    "type": "success",
    "title": "Edit successfully.",
    "content": []
}

Last updated