Skip to content

makefriends

zdf edited this page Dec 26, 2015 · 1 revision

request

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

response

  • format: JSON
  • example
{
    "status" : "success",       // construct success.    
               or "failed",
    "message" : "no such user or already friends" // when failed
}

Clone this wiki locally