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