cURL
curl --request POST \ --url https://user.pmock.com/api/open/api/phone/action/app \ --header 'Content-Type: application/json' \ --data ' { "code": "<string>", "opType": 123, "pkg": "<string>" } '
{ "traceId": "", "code": 0, "msg": "", "data": 0, "status": "" }
phone operate - operate app
phone code
操作类型:1=启动APP、2=停止APP、3=清理数据(暂时不支持)、4=卸载APP operation type 1=start app、2=stop app、4=uninstall app
APP包名 package name
Request link ID
code
Request return message
Status, representing whether this is an instant completion or waiting state, finish or pending
Request return data