Skip to content

Instantly share code, notes, and snippets.

@guanguans
Last active November 19, 2021 10:28
Show Gist options
  • Save guanguans/008f0f3d321aee7cb94aa9bd12ae4d46 to your computer and use it in GitHub Desktop.
Save guanguans/008f0f3d321aee7cb94aa9bd12ae4d46 to your computer and use it in GitHub Desktop.
#route

列表 GET

  • 列表 GET book/list 或者 book/index 或者 books
  • 详情 GET book/show/{id} 或者 book/detail/{id}
  • 保存 POST book/store
  • 更新 POST book/update/{id}
  • 保存/更新 POST book/save/{id?}
  • 删除 GET book/destroy/{id} 或者 book/delete/{id}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment