mirror of
https://gitee.com/bootx/dax-pay-ui
synced 2026-08-12 15:35:39 +08:00
chore: update deps
This commit is contained in:
5
types/axios.d.ts
vendored
5
types/axios.d.ts
vendored
@@ -5,9 +5,10 @@ export interface RequestOptions {
|
||||
joinParamsToUrl?: boolean;
|
||||
// Format request parameter time
|
||||
formatDate?: boolean;
|
||||
// Whether to process the request result
|
||||
// Whether to process the request result
|
||||
isTransformResponse?: boolean;
|
||||
// 是否返回原生响应头 比如:需要获取响应头时使用该属性
|
||||
// Whether to return native response headers
|
||||
// For example: use this attribute when you need to get the response headers
|
||||
isReturnNativeResponse?: boolean;
|
||||
// Whether to join url
|
||||
joinPrefix?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user