UNPKG

@shencom/request

Version:

封装 axios 请求,兼容了 uni-app 的 uni.request 和 uni.uploadFile 的适配器

7 lines (6 loc) 241 B
import { instance } from './core/axios'; import { adapter } from './core/adapter'; import type { Config } from './core/axios'; export type Instance = typeof instance; export type RequestConfig = Config; export { instance as http, adapter };