axios-wechat-adapter
Version:
axios微信小程序适配器,可以复用web或者node上的axios请求
12 lines (8 loc) • 608 B
Markdown
# 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">
 [](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;
```