From 4d0896eae7fe6ea2b762a4142415e47596f69a29 Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期二, 11 十一月 2025 11:38:25 +0800
Subject: [PATCH] 解决图片不显示问题和奖品数量问题

---
 seller/src/api/common.js |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/seller/src/api/common.js b/seller/src/api/common.js
index 8e1fe45..4fe2288 100644
--- a/seller/src/api/common.js
+++ b/seller/src/api/common.js
@@ -39,3 +39,8 @@
     data: params
   })
 }
+
+// 鑾峰彇鏂囦欢棰勮鍦板潃
+export const getFilePreviewUrl = (fileKey) => {
+  return getRequest(`${commonUrl}/common/common/file/view/${fileKey}`);
+};

--
Gitblit v1.8.0