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)