更新浏览器

POST /browser/udpate

接口描述

更新指定环境编号的浏览器环境。

请求参数 (Body)

参数名 类型 是否必传 示例 说明
id String 9000000000001 环境编号,浏览器的唯一标识
name String TK 1号店铺 环境名称
system String Windows 操作系统:可通过操作系统接口查看可选值
sys_version String 10 操作系统版本:可通过操作系统接口查看可选值
dpi String { "width": "1920", "height": "1080" } 分辨率
cpu String 8 CPU核心
ram String 16 内存
ua_version String 137 浏览器版本
ua_content String Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.7151.72 Safari/537.36 user-agent
group_id Integer 1 环境分组ID,在 【客户端 > 分组管理】 查看
ip_check_channel String geojs ip检测渠道:如有配置网络代理,则必填。可通过ip检测渠道接口查看可选值
proxy_method String local 代理方式:local(即为不使用代理)、socks5、http、https。如有配置网络代理,则必填。
IP String 153.215.22.45 代理IP/HOST
port String 8088 代理端口
proxy_user_name String adfaddf 代理账号
proxy_password String dfasd43254g 代理密码
timezone String {"type": "基于IP","value": "","custom": ""} 时区,默认基于IP,完整参数格式请查看时区参数说明
lang String {"type": "基于IP","value": "","custom": ""} 语言,默认基于IP,完整参数格式请查看语言参数说明
acceptLang String {"type": "基于IP","value": "","custom": ""} 界面语言,默认基于IP,完整参数格式请查看语言参数说明
geo String {"type":"禁用","value":"","custom":{"lat":0,"lon":0,"accuracy":0,"altitude":0}} 设备定位,完整参数格式请查看设备定位参数说明
gpu String { "brand": "Google Inc. (AMD)", "value": "ANGLE (AMD, AMD Radeon (TM) R9 380 Series Direct3D11 vs_5_0 ps_5_0, D3D11)" } WebGL元数据:
{ "brand": "厂商", "value": "渲染器" }
is_disable_webrtc Boolean true 禁用webrtc,默认为true。
true:禁用,false:启用
canvas Boolean true canvas噪音,默认为true。
true:开启,false:关闭
WebGL Boolean true WebGL噪音,默认为true。
true:开启,false:关闭
AudioContext Boolean true Audio噪音,默认为true。
true:开启,false:关闭
plugin Boolean true plugin噪音,默认为true。
true:开启,false:关闭
ClientRects Boolean true ClientRects噪音,默认为true。
true:开启,false:关闭
webgpu Boolean true webgpu噪音,默认为true。
true:开启,false:关闭
font Boolean true 字体噪音,默认为true。
true:开启,false:关闭
tls Boolean false tls噪音,默认为false。
true:开启,false:关闭
remark String 备注信息 环境备注

响应示例 (200)

{
    "code": 0,
    "message": "success",
    "data": {}
}