Home > @dinofe/xt-core > XApisauceInstance > get

# XApisauceInstance.get property

发送GET请求

Signature:

get: <T, U = T>(url: string, params?: {}, axiosConfig?: CustomAxiosRequestConfig) => Promise<XApiResponse<T, U>>;