import axios, { AxiosInstance, AxiosResponse } from 'axios'; // 传入泛型T声明data类型 interface ResponseData<T> { code: number; data: T;
確定! 回上一頁