We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ccca7f commit 6f47069Copy full SHA for 6f47069
src/api/mall/promotion/seckill/seckillActivity.ts
@@ -44,7 +44,7 @@ export const getSeckillActivityPage = async (params) => {
44
return await request.get({ url: '/promotion/seckill-activity/page', params })
45
}
46
47
-// 查询拼团活动列表,基于活动编号数组
+// 查询秒杀活动列表,基于活动编号数组
48
export const getSeckillActivityListByIds = (ids: number[]) => {
49
return request.get({ url: `/promotion/seckill-activity/list-by-ids?ids=${ids}` })
50
0 commit comments