123456789101112 |
- import Fly from 'flyio/dist/npm/wx'
- var fly = new Fly()
- fly.config.baseURL = process.env.REQUEST_URI
- // fly.config.baseURL = "https://testapi.shuimuai.com/"
- fly.config.headers = {
- access_token: 11,
- // 'Content-Type':'multipart/form-data; boundary=AaB03x'
- 'content-type': 'application/x-www-form-urlencoded'
- }
- export default fly
|