This commit is contained in:
xiaojunnuo
2025-05-10 17:29:10 +08:00
parent 023f2d4569
commit ccdc933064
4 changed files with 8 additions and 8 deletions
@@ -41,7 +41,7 @@ export class UpyunClient {
password: access.password
},
logRes: false,
returnResponse: true
returnOriginRes: true
});
if (res.data?.errors?.length > 0) {
throw new Error(JSON.stringify(res.data.msg));