Skip to content

shownote

zdf edited this page Dec 26, 2015 · 1 revision

request

  • api: /shownote
  • method: POST
  • format: JSON
  • example
{
    "boardid" : "1",
}

response

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