绿满眶商城微信小程序-uniapp
zxl
2025-06-09 882c2a5c9d7b6df827d006b5ae261c199d116f1e
api/common.js
@@ -35,14 +35,16 @@
  });
}
export function getPreviewUrl(params){
   return http.request({
     url: `${api.common}/lmk/file/preview`,
     method: Method.POST,
     data:params
   });
/**
 * 获取文件访问地址
 */
 export function getFilePreviewUrl(fileKey) {
  return http.request({
    url: `${api.common}/lmk/file/preview`,
    method: Method.POST,
   data: {fileKey: fileKey}
  });
}
/**
 * 文件上传地址