From eebfaa1d5827c22e8c3557bb963558eefd4259e7 Mon Sep 17 00:00:00 2001 From: SVDBG <126946000+SVDBG@users.noreply.github.com> Date: Sat, 4 Mar 2023 16:10:55 +0800 Subject: [PATCH] Update index.ts --- src/api/login/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/login/index.ts b/src/api/login/index.ts index 5dff3e3..acb26e1 100644 --- a/src/api/login/index.ts +++ b/src/api/login/index.ts @@ -15,7 +15,7 @@ export const loginOutApi = (): Promise => { export const getUserListApi = ({ params }: AxiosConfig) => { return request.get<{ - code: '' + code: string data: { list: UserType[] total: number