From e08649e98982254200f6e6d37ab2a7ea4d60b631 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=98=8E=E5=8D=8E?= <735161977@qq.com> Date: Mon, 19 Aug 2024 14:19:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E5=8F=AF=E5=8F=98secu?= =?UTF-8?q?rity=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/templates/serviceHeader.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/templates/serviceHeader.ts b/src/templates/serviceHeader.ts index d6fa784..af35a20 100644 --- a/src/templates/serviceHeader.ts +++ b/src/templates/serviceHeader.ts @@ -24,10 +24,6 @@ export function serviceHeader(options: ISwaggerOptions) { * display error message */ showError?: boolean; - /** - * data security, extended fields are encrypted using the specified algorithm - */ - security?: Record; /** * indicates whether Authorization credentials are required for the request * @default true @@ -78,10 +74,6 @@ export function customerServiceHeader(options: ISwaggerOptions) { * display error message */ showError?: boolean; - /** - * data security, extended fields are encrypted using the specified algorithm - */ - security?: Record; /** * indicates whether Authorization credentials are required for the request * @default true