Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 195 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 195 Bytes

controller layer

  • controller 依赖 biz, biz 依赖 store

controller 主要完成:

  • 接收 HTTP 请求
  • 进行参数解析
  • 进行参数校验
  • 逻辑分发处理
  • 请求返回操作