send
post/v1/uid/getbyphone

Request body

phonestring required
senderstring required

Example request

{
  "phone": "133123456789",
  "sender": "myWechatBot"
}

Response

a map with phone as key and uid as value

object required

Changes