tools-min-ns 1.18.10 → 1.18.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -139,8 +139,8 @@ function exampleAsyncFunction() {
|
|
|
139
139
|
requestType?: 'json' | 'form';
|
|
140
140
|
/** 前端接受类型(默认json) */
|
|
141
141
|
responseType?: 'json' | 'text' | 'blob' | 'arrayBuffer' | 'formData';
|
|
142
|
-
/** 打印 */
|
|
143
|
-
isLog
|
|
142
|
+
/** 打印 @default false */
|
|
143
|
+
isLog?: boolean;
|
|
144
144
|
};
|
|
145
145
|
export function getAuthorization(opt: RequestParam): string;
|
|
146
146
|
export {};
|
|
@@ -139,8 +139,8 @@ function exampleAsyncFunction() {
|
|
|
139
139
|
requestType?: 'json' | 'form';
|
|
140
140
|
/** 前端接受类型(默认json) */
|
|
141
141
|
responseType?: 'json' | 'text' | 'blob' | 'arrayBuffer' | 'formData';
|
|
142
|
-
/** 打印 */
|
|
143
|
-
isLog
|
|
142
|
+
/** 打印 @default false */
|
|
143
|
+
isLog?: boolean;
|
|
144
144
|
};
|
|
145
145
|
export function getAuthorization(opt: RequestParam): string;
|
|
146
146
|
export {};
|