UNPKG

axios-wechat-adapter

Version:

axios微信小程序适配器,可以复用web或者node上的axios请求

12 lines (8 loc) 608 B
# axios-wechat-adapter <img src="https://img.shields.io/badge/axios--wechat--adapter-%E5%BE%AE%E4%BF%A1%E5%B0%8F%E7%A8%8B%E5%BA%8Faxios%E9%80%82%E9%85%8D%E5%99%A8-brightgreen"> ![GitHub CI](https://github.com/jaluik/axios-wechat-adapter/actions/workflows/publish.yml/badge.svg) [![Coverage Status](https://coveralls.io/repos/github/jaluik/axios-wechat-adapter/badge.svg?branch=master)](https://coveralls.io/github/jaluik/axios-wechat-adapter?branch=master) 使用方法 ```javascript import axios from 'axios'; import wechatAdapter from 'axios-wechat-adapter'; axios.defaults.adapter = wechatAdapter; ```