- https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API
- https://github.com/github/fetch/blob/master/fetch.js
$ npm i github:khs1994/wx-fetch
详情请查看微信小程序如何使用 npm。
// ts
import fetch from 'wx-fetch';
// js
const fetch = require('wx-fetch');
fetch('https://ci.khs1994.com/api');