qiniu.js 164 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 import fetch from 'utils/fetch'; export function getToken() { return fetch({ url: '/qiniu/upload/token', // 假地址 自行替换 method: 'get' }); }