绿满眶商城微信小程序-uniapp
zxl
2025-06-24 e50f021ddf73b80f5a1273b8b01e7dd4344a4cdc
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}
 */