修改配置文件单例模式

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

@@ -2226,7 +2226,7 @@ const docTemplate = `{
"securityDefinitions": {
"ApiKeyAuth": {
"type": "apiKey",
"name": "X-Access-Token",
"name": "Authorization",
"in": "header"
}
}

View File

@@ -2220,7 +2220,7 @@
"securityDefinitions": {
"ApiKeyAuth": {
"type": "apiKey",
"name": "X-Access-Token",
"name": "Authorization",
"in": "header"
}
}

View File

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