Skip to content

Commit 3f80376

Browse files
VicoHugitee-org
authored andcommitted
fix: 修复关闭拼团活动请求URL错误的问题
Signed-off-by: VicoHu <[email protected]>
1 parent 596ad88 commit 3f80376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/mall/promotion/combination/combinationActivity.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const updateCombinationActivity = async (data: CombinationActivityVO) =>
5757

5858
// 关闭拼团活动
5959
export const closeCombinationActivity = async (id: number) => {
60-
return await request.put({ url: '/promotion/bargain-combination/close?id=' + id })
60+
return await request.put({ url: '/promotion/combination-activity/close?id=' + id })
6161
}
6262

6363
// 删除拼团活动

0 commit comments

Comments
 (0)