fix Bug or add docs

This commit is contained in:
Ah jung
2021-07-30 10:26:19 +08:00
parent 044976b790
commit 619669ec9e
63 changed files with 2039 additions and 470 deletions

View File

@@ -33,7 +33,7 @@ export function login(params) {
params,
},
{
isTransformRequestResult: false,
isTransformResponse: false,
}
);
}
@@ -49,7 +49,7 @@ export function changePassword(params, uid) {
params,
},
{
isTransformRequestResult: false,
isTransformResponse: false,
}
);
}