代理后端出版

This commit is contained in:
2025-09-05 16:49:23 +08:00
parent e704c8abca
commit 141d1313d6
27 changed files with 6395 additions and 49 deletions

10
docs/schemas/security.js Normal file
View File

@@ -0,0 +1,10 @@
/**
* @swagger
* components:
* securitySchemes:
* bearerAuth:
* type: http
* scheme: bearer
* bearerFormat: JWT
* description: "JWT认证请在请求头中添加 Authorization: Bearer <token>"
*/