cURL
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": "" }
get ADB information
Phone ID,obtain through Get phone list api
Get phone list
Request link ID
code
Request return message
Status, representing whether this is an instant completion or waiting state, finish or pending
Request return data
Show child attributes