File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,6 @@ export function serviceHeader(options: ISwaggerOptions) {
2424 * display error message
2525 */
2626 showError?: boolean;
27- /**
28- * data security, extended fields are encrypted using the specified algorithm
29- */
30- security?: Record<string, 'md5' | 'sha1' | 'aes' | 'des'>;
3127 /**
3228 * indicates whether Authorization credentials are required for the request
3329 * @default true
@@ -78,10 +74,6 @@ export function customerServiceHeader(options: ISwaggerOptions) {
7874 * display error message
7975 */
8076 showError?: boolean;
81- /**
82- * data security, extended fields are encrypted using the specified algorithm
83- */
84- security?: Record<string, 'md5' | 'sha1' | 'aes' | 'des'>;
8577 /**
8678 * indicates whether Authorization credentials are required for the request
8779 * @default true
You can’t perform that action at this time.
0 commit comments