Skip to content

queryuserinfo

zdf edited this page Dec 28, 2015 · 2 revisions

request

  • api: /queryuserinfo
  • method: POST
  • format: JSON
  • example
{
    "targetid" : "1",
}

response

  • format: JSON
  • example
{
    "status" : "success",
               or "failed",
    "userid" : "1",
    "nickname" " : "zdf",
    "email" : "[email protected]",
}
Clone this wiki locally