{
"mobileId": 0, // 云手机ID
"command": "" // 命令,如果是需要执行多行,使用;号隔开即可
}curl --location --request POST 'http://127.0.0.1:6873/api/v1/cloud-mobile/exe-command' \
--header 'Authorization: ' \
--header 'X-Nonce-Id: ' \
--header 'X-Api-Id: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"mobileId": 0, // 云手机ID
"command": "" // 命令,如果是需要执行多行,使用;号隔开即可
}'{
"code": 0,
"msg": "Success",
"requestId": "0",
"timestamp": 1742289013309,
"data": true
}