未提交的api修改

master
lemon橪 2021-08-27 14:24:16 +08:00
parent cb982c2883
commit c45a378665
1 changed files with 9 additions and 0 deletions

View File

@ -164,6 +164,15 @@ export function getBargainLog(params) {
} }
/**
* 分页获取砍价活动-帮砍记录
*/
export function helpBargain(kanJiaActivityId) {
return http.request({
url: `promotion/kanjiaGoods/help/${kanJiaActivityId}`,
method: Method.POST,
});
}
/** /**
* 分页获取已参与的砍价活动 * 分页获取已参与的砍价活动