chore: 移除requestClient的一些冗余参数

This commit is contained in:
dap
2024-11-25 09:34:21 +08:00
parent da0ddfc8c7
commit d214da3303
3 changed files with 2 additions and 66 deletions

View File

@@ -62,10 +62,6 @@ declare module 'axios' {
* 错误弹窗类型
*/
errorMessageMode?: ErrorMessageMode;
/**
* 是否格式化日期
*/
formatDate?: boolean;
/**
* 是否返回原生axios响应
*/
@@ -74,14 +70,6 @@ declare module 'axios' {
* 是否需要转换响应 即只获取{code, msg, data}中的data
*/
isTransformResponse?: boolean;
/**
* param添加到url后
*/
joinParamsToUrl?: boolean;
/**
* 加入时间戳
*/
joinTime?: boolean;
/**
* 成功弹窗类型
*/