Skip to content

Commit 6f47069

Browse files
committed
【功能优化】商城:秒杀装修重构
1 parent 5ccca7f commit 6f47069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/mall/promotion/seckill/seckillActivity.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const getSeckillActivityPage = async (params) => {
4444
return await request.get({ url: '/promotion/seckill-activity/page', params })
4545
}
4646

47-
// 查询拼团活动列表,基于活动编号数组
47+
// 查询秒杀活动列表,基于活动编号数组
4848
export const getSeckillActivityListByIds = (ids: number[]) => {
4949
return request.get({ url: `/promotion/seckill-activity/list-by-ids?ids=${ids}` })
5050
}

0 commit comments

Comments
 (0)