cURL
curl --request POST \ --url https://user.pmock.com/api/open/api/phone/action/click \ --header 'Content-Type: application/json' \ --data ' { "code": "<string>", "posType": 1, "query": [ "<string>" ], "pos": [ 123 ], "range": [ 123 ] } '
{ "traceId": "", "code": 0, "msg": "", "data": 0, "status": "" }
phone operate - click
phone code
位置类型:1=节点,2=固定坐标,3=范围位置 position type:1=query,2=coordinate,3=coordinate range
query:[key=value,key=value,...]
坐标 X,Y coordinate:[X,Y]
[x1,y1,x2,y2] coordinate range:[X1,Y1,X2,Y2]
Request link ID
code
Request return message
Status, representing whether this is an instant completion or waiting state, finish or pending
Request return data