setScreenRes 设置设备分辨率
是否需要验证:是
控制客户端发送
GET /setScreenRes HTTP/1.1
auth: 验证串--触动专业版 iOS 无需写入验证串
type: --分辨率["640x960"|"750x1334"|"640x1136"|"1125x2001"|"1242x2208"|"768x1024"|"1536x2048"|"default"]
Connection: close
属性 | 说明 |
---|---|
HTTP 方法 | GET /reboot?type=1 HTTP/1.1 |
auth | 验证串(触动专业版 iOS 无需写入验证串) |
type | 分辨率:“640x960"、"750x1334"、"640x1136"、"1125x2001"、 "1242x2208"、"768x1024"、"1536x2048"、"default" |
Connection | close |
服务返回
HTTP/1.0 200 OK
Content-Length: 2
Content-Type: text/html; charset=utf-8
HTTP 返回代码含义
返回代码 | 代码含义 |
---|---|
200 | 成功 |
注意事项
安卓标准版、iOS 标准版及 iOS 专业版必须有授权,授权为试用状态无法调用。
安卓 10 及其以上系统小精灵需要修改端口号为 50055。