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

# XApisauceInstance.post property

发送POST请求

Signature:

post: <T, U = T>(url: string, data?: any, axiosConfig?: CustomAxiosRequestConfig) => Promise<XApiResponse<T, U>>;