From 368f8401d8aed56c7ea7951e0d9f4bef80477c08 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Mon, 22 Sep 2025 12:03:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=A4=E4=B8=AA=E6=8E=A5=E5=8F=A3=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/weeklyStar.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/weeklyStar.js b/src/api/weeklyStar.js index 1d7e281..ed74116 100644 --- a/src/api/weeklyStar.js +++ b/src/api/weeklyStar.js @@ -66,7 +66,7 @@ export const getHistoryTopOne = async () => { export const getExchangeGoods = async (data) => { try { const response = await get( - `/props-activity-cnf/client/listActivityResource?sysOrigin=${data.sysOrigin}&activityType=${data.activityType}` + `/activity/week-star/listActivityResource?sysOrigin=${data.sysOrigin}&activityType=${data.activityType}` ) return response } catch (error) { @@ -80,7 +80,7 @@ export const getExchangeGoods = async (data) => { export const getMyFragment = async (data) => { try { const response = await post( - `/user/backpack/client/list/by/user-id?userId=${data.userId}&fragmentsIds=${data.fragmentsIds}` + `/activity/week-star/list/by/user-id?userId=${data.userId}&fragmentsIds=${data.fragmentsIds}` ) return response } catch (error) {