Skip to content

Commit 8212175

Browse files
YunaiVgitee-org
authored andcommitted
!310 fix: 修复关闭拼团活动请求URL错误的问题
Merge pull request !310 from VicoHu/N/A
2 parents 596ad88 + 3f80376 commit 8212175

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)