Skip to content

constructchatroom

zdf edited this page Dec 16, 2015 · 2 revisions

request

  • api: /constructchatroom
  • method: POST
  • format: JSON
  • example
{
    "roomname" : "chat",
    "description" : "haha",
}

response

  • format: JSON
  • example
{
    "status" : "success"       // construct success.    
            or "failed",     // roomname is null.
}

Clone this wiki locally