Update index.ts

master
SVDBG 3 years ago committed by GitHub
parent fe6dbbdb3e
commit eebfaa1d58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save