APP应用操作
ws://127.0.0.1:33332/
接口描述
APP应用操作
请求参数
application/json参数名
类型
描述
必填
id
String
自定义传入一个ID 响应数据也会返回相同ID
可选
type
String
例子:appaction
必填
serial
array
必须要包含:[] ---- 全部设备=[] 指定单个设备=["qeh8ea1s"] 指定多个设备=["qeh8ea1s","r515aaa"] 序列号通过【获取序列号】接口获取
必填
Action
int
0启动 1关闭 2卸载 3清除缓存
必填
响应参数
参数名
类型
描述
必填
state
int
0=成功 非0=失败
必填
message
String
返回错误信息
必填
data
json
{"172.16.0.180:5555":"Starting: Intent { cmp=com.android.settings/.Settings }\n","172.16.0.53:5555":"Starting: Intent { cmp=com.android.settings/.Settings }\nWarning: Activity not started, its current task has been brought to the front\n"}
必填