UNPKG

chen-request

Version:

获取api接口的数据

11 lines (8 loc) 152 B
const axios = require('axios'); function request(url,type){ return axios({ type, url }) } module.exports = request;