绿满眶商城微信小程序-uniapp
xiangpei
2025-05-19 63cbd4a33c8cea33b9af284493727786a4d54ccf
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}
 */