swagger.json 588 B

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