Update index.ts
This commit is contained in:
parent
fe6dbbdb3e
commit
eebfaa1d58
|
@ -15,7 +15,7 @@ export const loginOutApi = (): Promise<IResponse> => {
|
||||||
|
|
||||||
export const getUserListApi = ({ params }: AxiosConfig) => {
|
export const getUserListApi = ({ params }: AxiosConfig) => {
|
||||||
return request.get<{
|
return request.get<{
|
||||||
code: ''
|
code: string
|
||||||
data: {
|
data: {
|
||||||
list: UserType[]
|
list: UserType[]
|
||||||
total: number
|
total: number
|
||||||
|
|
Loading…
Reference in New Issue