Skip to content

findfriend

zdf edited this page Dec 22, 2015 · 2 revisions

request

  • api: /findfriend
  • method: POST

response

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