绿满眶商城微信小程序-uniapp
xiangpei
2025-06-03 d92ead2d480779d3226e898c5827271795e21562
api/common.js
@@ -36,6 +36,17 @@
}
/**
 * 获取文件访问地址
 */
 export function getFilePreviewUrl(fileKey) {
  return http.request({
    url: `${api.common}/lmk/file/preview`,
    method: Method.POST,
   data: {fileKey: fileKey}
  });
}
/**
 * 文件上传地址
 * @type {string}
 */