{
"mobileId": 39295, // 云手机ID
"quality": 100,
"height": 30,
"width": 30
}curl --location 'http://127.0.0.1:6873/api/v1/cloud-mobile/screen-cap-base64' \
--header 'Accept-Language: zh-CN' \
--header 'Authorization: NULL' \
--header 'Content-Type: application/json' \
--data '{
"mobileId": 39295, // 云手机ID
"quality": 100,
"height": 30,
"width": 30
}'{
"code": 0,
"msg": "string",
"requestId": "string",
"timestamp": 0,
"data": {
"captureBase64": "string",
"success": true,
"errorMessage": "string"
}
}