获取云机详情
POST
/api/v1/cloudPhone/info
参数 | 类型 | 必需 | 说明 |
---|---|---|---|
image_id | string | 是 | 云手机ID |
{
"image_id": "xx"
}
{
"code": 200,
"data": {
"id": "xx",
"name": "xx",
"remark": "",
"os": "Andriod 12",
"proxy": {
"id": "xx",
"dns": 1,
"ip": "127.0.0.1",
"country": "sg",
"region": "singapore",
"city": "singapore",
"zipcode": "178958"
},
"gps": {
"longitude": 103.617722,
"latitude": 1.274802
},
"locale": {
"timezone": "Asia/Singapore",
"language": "en-SG"
},
"sim": {
"status": 1,
"country": "SG",
"msisdn": "+6580901521",
"operator": "M1 Limited",
"msin": "6810757229",
"iccid": "8965034385040921067",
"mcc": "525",
"mnc": "03"
},
"bluetooth": {
"name": "PDST00",
"address": "5b:c7:fc:bf:c0:ff"
},
"wifi": {
"status": 1,
"name": "Americo Kirlin",
"mac": "75:1C:2E:87:83:A3",
"bssid": "8f:2a:2d:1d:51:2c"
},
"device": {
"manufacturer": "oppo",
"brand": "oppo",
"model": "Oppo Reno5 Pro 5G",
"imei": 482564016639450,
"serialno": "a10df8e3",
"android_id": "5b35b20428b0019b",
"gsf_id": "3836f06b8e2836d6",
"gaid": "99cd9730-7d13-41c8-bae0-8dde08311d0c",
}
},
"message": "Success"
}