修改配置文件单例模式

This commit is contained in:
何昌清
2026-03-27 14:20:20 +08:00
parent 5dd7bb9709
commit d289800092
7 changed files with 58 additions and 64 deletions

View File

@@ -1395,6 +1395,6 @@ paths:
securityDefinitions:
ApiKeyAuth:
in: header
name: X-Access-Token
name: Authorization
type: apiKey
swagger: "2.0"