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 596ad88 commit 3f80376Copy full SHA for 3f80376
src/api/mall/promotion/combination/combinationActivity.ts
@@ -57,7 +57,7 @@ export const updateCombinationActivity = async (data: CombinationActivityVO) =>
57
58
// 关闭拼团活动
59
export const closeCombinationActivity = async (id: number) => {
60
- return await request.put({ url: '/promotion/bargain-combination/close?id=' + id })
+ return await request.put({ url: '/promotion/combination-activity/close?id=' + id })
61
}
62
63
// 删除拼团活动
0 commit comments