refactor: ♻️ request 工具类优化
This commit is contained in:
@@ -113,7 +113,7 @@ const UserAPI = {
|
||||
url: `${USER_BASE_URL}/export`,
|
||||
method: "get",
|
||||
params: queryParams,
|
||||
responseType: "arraybuffer",
|
||||
responseType: "blob",
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user