From c45a37866558bae8840440473f62685abbc3e6de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lemon=E6=A9=AA?= <17633066053@163.com> Date: Fri, 27 Aug 2021 14:24:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AA=E6=8F=90=E4=BA=A4=E7=9A=84api?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/promotions.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/api/promotions.js b/api/promotions.js index 6d59101..e7d5eae 100644 --- a/api/promotions.js +++ b/api/promotions.js @@ -164,6 +164,15 @@ export function getBargainLog(params) { } +/** + * 分页获取砍价活动-帮砍记录 + */ + export function helpBargain(kanJiaActivityId) { + return http.request({ + url: `promotion/kanjiaGoods/help/${kanJiaActivityId}`, + method: Method.POST, + }); +} /** * 分页获取已参与的砍价活动