feat:账单系统
This commit is contained in:
@@ -61,7 +61,7 @@ function createCommonRequest<ResponseData = any>(
|
||||
return Promise.resolve(response);
|
||||
}
|
||||
|
||||
if (opts.isBackendSuccess(response)) {
|
||||
if (opts.isBackendSuccess(response) || response.config?.responseType === "blob") {
|
||||
return Promise.resolve(response);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user