Update index.ts

This commit is contained in:
SVDBG
2023-03-04 16:10:55 +08:00
committed by GitHub
parent fe6dbbdb3e
commit eebfaa1d58

View File

@@ -15,7 +15,7 @@ export const loginOutApi = (): Promise<IResponse> => {
export const getUserListApi = ({ params }: AxiosConfig) => {
return request.get<{
code: ''
code: string
data: {
list: UserType[]
total: number