Skip to content

askchatrecord

zdf edited this page Dec 22, 2015 · 2 revisions

request

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

response

  • format: JSON
  • example
{
    "status" : "success",       // construct success.    
               or "failed",
    "chatrecord" : [{"userid" : "1", "ctime" : "xxxx-xx-xx", "content" : "lalala"}, {}]
}

Clone this wiki locally