接入秒杀活动列表

This commit is contained in:
owen
2023-12-19 21:39:52 +08:00
parent f8ea20060f
commit 9323f1ce64
3 changed files with 278 additions and 119 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ const SeckillApi = {
},
// 获得秒杀活动分页
getSeckillActivityPage: () => {
return request2({ url: 'promotion/seckill-activity/page', method: 'GET' });
getSeckillActivityPage: (params) => {
return request2({ url: 'promotion/seckill-activity/page', method: 'GET', params });
},
/**