feat: cleanup fetcher for prepare refactor

This commit is contained in:
DarkSky
2022-12-22 15:09:49 +08:00
committed by DarkSky
parent b4b8a25742
commit b666fd8d0a
16 changed files with 121 additions and 161 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ export async function login(params: LoginParams): Promise<LoginResponse> {
method: 'POST',
data: params,
withAuthorization: false,
});
} as any);
return data.data;
}