fe-drone-ci/src/api/qiniu.js

9 lines
163 B
JavaScript

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