123456789101112131415161718192021 |
- {
- "swagger": "2.0",
- "info": {
- "description": "SCD文档管理系统接口文档。本文档仅用于本项目的前端接口说明",
- "title": "SCD文档管理系统API",
- "termsOfService": "http://swagger.io/terms/",
- "contact": {
- "name": "liling",
- "url": "http://www.swagger.io/support",
- "email": "3116246@qq.com"
- },
- "license": {
- "name": "none",
- "url": "-"
- },
- "version": "1.1.0"
- },
- "host": "localhost:9527",
- "basePath": "/api",
- "paths": {}
- }
|