绿满眶商城微信小程序-uniapp
bug
zhanghua
2025-05-28 555b592bfc02faedb307ef1be2174bce176c41c5
api/common.js
@@ -26,6 +26,16 @@
}
/**
 * 获取腾讯云cos sts临时访问凭证
 */
 export function getSTSToken() {
  return http.request({
    url: `${api.common}/lmk/file/sts`,
    method: Method.GET,
  });
}
/**
 * 文件上传地址
 * @type {string}
 */