Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

The Definitions of Success and Error

  • Success
{
  "success": "xxx",
  "data": {
    //xxx
  }
}
  • Error
{
  "error": "xxx"
}

可以通过返回的json是否包含success或error来区分返回结果是否成功与失败