swagger.json 636 B

123456789101112131415161718192021
  1. {
  2. "swagger": "2.0",
  3. "info": {
  4. "description": "弘则人力资源管理系统API接口文档",
  5. "title": "弘则人力资源管理系统API接口文档",
  6. "termsOfService": "https://www.hzinsights.com/",
  7. "contact": {
  8. "name": "www.hzinsights.com/",
  9. "url": "https://www.hzinsights.com/",
  10. "email": "pyan@hzinsights.com"
  11. },
  12. "license": {
  13. "name": "Apache 2.0",
  14. "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  15. },
  16. "version": "1.0"
  17. },
  18. "host": "127.0.0.1:8607",
  19. "basePath": "/",
  20. "paths": {}
  21. }