Skip to main content
POST
/
open
/
api
/
phone
/
getAdbInfo
Get ADB information
curl --request POST \
  --url https://user.pmock.com/api/open/api/phone/getAdbInfo \
  --header 'Content-Type: application/json' \
  --data '{
  "id": 123
}'
{
  "traceId": "",
  "code": 0,
  "msg": "",
  "data": {
    "phoneId": 0,
    "adbIp": "",
    "adbPort": "",
    "adbPassword": ""
  },
  "status": ""
}

Body

application/json
id
integer<int64>
required

Phone ID,obtain through Get phone list api

Response

200 - application/json
traceId
string
required

Request link ID

code
integer
required

code

msg
string
required

Request return message

status
string
default:finish
required

Status, representing whether this is an instant completion or waiting state, finish or pending

data
object

Request return data