{
"enableAdb": false,
"mobileIds": [
"19",
"21",
"35"
]
}curl --location 'http://127.0.0.1:6873/api/v1/cloud-mobile/batch-update-adb' \
--header 'Accept-Language: zh-CN' \
--header 'Authorization: NULL' \
--header 'Content-Type: application/json' \
--data '{
"enableAdb": false,
"mobileIds": [
"19",
"21",
"35"
]
}'{
"code": "",
"data": [
{
"mobileId": 0,
"remark": "",
"success": 0
}
],
"msg": ""
}