diff --git a/src/api/system/user.ts b/src/api/system/user.ts index a8b5e22..f4eb1f4 100644 --- a/src/api/system/user.ts +++ b/src/api/system/user.ts @@ -30,6 +30,9 @@ export function register(params) { url: `/register`, method: 'POST', params, + }, + { + isTransformResponse: false, }); }