Skip to content

constructgroup

zdf edited this page Dec 16, 2015 · 2 revisions

request

  • api: /constructchatroom
  • method: POST
  • format: JSON
  • example
{
    "groupname" : "g1",
    "description" : "lala",
}

response

  • format: JSON
  • example
{
    "status" : "success"       // construct success.    
            or "failed",     // groupname or admin is null.
}
Clone this wiki locally