Authorization: Bearer ********************{
"account": "test123"
}curl --location --request POST 'https://cloudphone.dedaolm.com/open' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"account": "test123"
}'{
"code": 0,
"msg": "success",
"data": {
"openId": 289,
"dayCheckCount": -1,
"status": {
"uses": [
{
"id": 289,
"name": "B8-10",
"deviceId": 51,
"phoneVersion": 5,
"androidType": 1,
"allowOps": 0,
"status": 0,
"video": true,
"child": true,
"disk": true,
"script": true,
"adb": true,
"useAccount": "test123",
"useTime": "2025-07-09T18:07:44.093919009",
"useUserId": 312,
"useUserName": "德道游戏",
"useApp": "TIM",
"useRemark": "查看账号test123中",
"useWeak": false,
"useTenantId": 248,
"isScript": false,
"serverRemark": "",
"useDept": {
"id": 0,
"version": 62
},
"lock": 2
}
],
"limit": {
"phone": {
"windowLimit": 0,
"accountLimit": 0,
"useAccountCount": 0
},
"tablet": {
"windowLimit": 44,
"accountLimit": 4400,
"useAccountCount": 4259
}
},
"phoneAccountCount": 0,
"tabletAccountCount": 4259
}
}
}