peng
2025-10-23 b7e2ab9df65e13c6b9f24a6e57f4501967568edc
seller/src/api/common.js
@@ -39,3 +39,8 @@
    data: params
  })
}
// 获取文件预览地址
export const getFilePreviewUrl = (fileKey) => {
  return getRequest(`${commonUrl}/common/common/file/view/${fileKey}`);
};