Swagger.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "$schema": "https://gitee.com/dotnetchina/Furion/raw/net6/schemas/v3/furion-schema.json",
  3. "SpecificationDocumentSettings": {
  4. "DocumentTitle": "Admin.NET 框架",
  5. "GroupOpenApiInfos": [
  6. {
  7. "Group": "Default",
  8. "Title": "Admin.NET",
  9. "Description": "让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>",
  10. "Version": "1.0.0",
  11. "TermsOfService": "https://dotnetchina.gitee.io/furion/",
  12. "Contact": {
  13. "Name": "zuohuaijun",
  14. "phone": "18020030720",
  15. "Email": "515096995@qq.com",
  16. "Url": "https://gitee.com/zuohuaijun/Admin.NET"
  17. }
  18. },
  19. {
  20. "Group": "All Groups",
  21. "Title": "所有接口",
  22. "Description": "让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>",
  23. "Version": "1.0.0",
  24. "TermsOfService": "https://dotnetchina.gitee.io/furion/",
  25. "Contact": {
  26. "Name": "zuohuaijun",
  27. "phone": "18020030720",
  28. "Email": "515096995@qq.com",
  29. "Url": "https://gitee.com/zuohuaijun/Admin.NET"
  30. }
  31. }
  32. ],
  33. "EnableAllGroups": true,
  34. "LoginInfo": {
  35. "Enabled": false, // 是否开启Swagger登录
  36. "CheckUrl": "/api/swagger/checkUrl",
  37. "SubmitUrl": "/api/swagger/submitUrl",
  38. "UserName": "admin",
  39. "Password": "000000"
  40. }
  41. }
  42. }