{
"mobileIds": [
"string"
]
}curl --location --request POST 'http://127.0.0.1:6873/api/v1/cloud-mobile/list-adb' \
--header 'Authorization: ' \
--header 'X-Nonce-Id: ' \
--header 'X-Api-Id: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"mobileIds": [
"string"
]
}'{
"code": "",
"data": [
{
"adbIp": "",
"adbPassword": "",
"adbPort": "",
"mobileId": 0,
"remark": "",
"success": 0
}
],
"msg": ""
}