chore: 🔨 合并冲突解决
This commit is contained in:
@@ -61,8 +61,8 @@ const ConfigAPI = {
|
||||
|
||||
refreshCache() {
|
||||
return request({
|
||||
url: `${CONFIG_BASE_URL}`,
|
||||
method: "patch",
|
||||
url: `${CONFIG_BASE_URL}/refresh`,
|
||||
method: "PUT",
|
||||
});
|
||||
},
|
||||
};
|
||||
|
||||
@@ -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