swagger.yaml 387 B

12345678910111213141516
  1. basePath: /api
  2. host: localhost:9527
  3. info:
  4. contact:
  5. email: 3116246@qq.com
  6. name: liling
  7. url: http://www.swagger.io/support
  8. description: SCD文档管理系统接口文档。本文档仅用于本项目的前端接口说明
  9. license:
  10. name: none
  11. url: '-'
  12. termsOfService: http://swagger.io/terms/
  13. title: SCD检测工具API
  14. version: 1.0.0
  15. paths: {}
  16. swagger: "2.0"