拓恒飞手平台小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 anno fa
1234567891011
  1. const {request} = require("../request/index")
  2. /**
  3. * 获取oss鉴权信息
  4. */
  5. export const getOssAuth = function (data) {
  6. return request({
  7. url: '/aliyunOss/getSecurityToken',
  8. method: 'GET',
  9. data
  10. })
  11. }