qiniu.js 164 Bytes
import fetch from 'utils/fetch';

export function getToken() {
  return fetch({
    url: '/qiniu/upload/token', // 假地址 自行替换
    method: 'get'
  });
}