/axios-wechat-adapter

axios微信小程序版本网络请求适配器

Primary LanguageTypeScriptMIT LicenseMIT

axios-wechat-adapter

GitHub CI Coverage Status

使用方法

import axios from 'axios';
import wechatAdapter from 'axios-wechat-adapter';
axios.defaults.adapter = wechatAdapter;