chore: v1 悦码增加天梯校验

This commit is contained in:
wangxuefeng
2025-03-13 14:56:29 +08:00
parent f2c9e426e5
commit 0a3904512d
11 changed files with 68 additions and 6 deletions

View File

@@ -111,4 +111,4 @@ const put = <T = any>(config?: RequestConfig) =>
const del = <T = any>(config?: { url: string }) =>
request<ResopnseType<T>>({ ...config, method: 'DELETE' });
export { del, get, post, put, request };
export { baseAxios, del, get, post, put, request };