Skip to content

addnote

zdf edited this page Dec 26, 2015 · 1 revision

request

  • api: /addnote
  • method: POST
  • format: JSON
  • example
{
    "content" : "lalalala",
    "targetid" : "1",
}

response

  • format: JSON
  • example
{
    "status" : "success"        // add success.    
            or "failed",        // add failed
    "noteid" : 23,
}
Clone this wiki locally