Authorization: Bearer ********************{
"app": "TIM",
"account": "test1234",
"androidType": 1
}curl --location --request POST 'https://cloudphone.dedaolm.com/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"app": "TIM",
"account": "test1234",
"androidType": 1
}'{
"code": 0,
"msg": "success",
"data": {
"openId": 289,
"dayCheckCount": null,
"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:06:05.699280302",
"useUserId": 312,
"useUserName": "德道游戏",
"useApp": "TIM",
"useRemark": "登录账号test123中",
"useWeak": false,
"useTenantId": 248,
"isScript": false,
"serverRemark": null,
"useDept": {
"id": 0,
"version": 62
},
"lock": 1
}
],
"limit": {
"phone": {
"windowLimit": 0,
"accountLimit": 0,
"useAccountCount": 0
},
"tablet": {
"windowLimit": 44,
"accountLimit": 4400,
"useAccountCount": 4259
}
},
"phoneAccountCount": 0,
"tabletAccountCount": 4259
}
}
}