绿满眶商城微信小程序-uniapp
peng
2025-06-25 18f835d43008233b139f1f766ec87c6ed0bb1fee
api/common.js
@@ -26,6 +26,27 @@
}
/**
 * 获取腾讯云cos sts临时访问凭证
 */
 export function getSTSToken() {
  return http.request({
    url: `${api.common}/lmk/file/sts`,
    method: Method.GET,
  });
}
/**
 * 获取文件访问地址
 */
 export function getFilePreviewUrl(fileKey) {
  return http.request({
    url: `${api.common}/lmk/file/preview`,
    method: Method.POST,
   data: {fileKey: fileKey}
  });
}
/**
 * 文件上传地址
 * @type {string}
 */