{ "mobileId": 0, // 云手机ID "filePath": "" // 文件路径,例如:/sdcard/Download/xxx.xml }
curl --location --request POST '/api/v1/cloud-mobile/setKeyBox' \ --header 'Content-Type: application/json' \ --data-raw '{ "mobileId": 0, // 云手机ID "filePath": "" // 文件路径,例如:/sdcard/Download/xxx.xml }'
{}