From a7b7f3e217d54609d70ff637d3a689806d6dfc3b Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Sat, 28 Feb 2026 11:52:55 +0800 Subject: [PATCH] =?UTF-8?q?chore(=E5=91=A8=E6=98=9F=E6=89=93=E6=A6=9C?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3):=20=E4=BF=AE=E6=94=B9=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/weeklyStar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/weeklyStar.js b/src/api/weeklyStar.js index 3ed93e2..5297eb5 100644 --- a/src/api/weeklyStar.js +++ b/src/api/weeklyStar.js @@ -92,7 +92,7 @@ export const getMyFragment = async (data) => { } } -// 获取我拥有的碎片 +// 兑换商品 export const exchangeGood = async (data) => { try { const response = await post(`/activity/week-star/exchange`, data)