From 2fbf11cea1da64a5038c7fb74eec89ad36363d07 Mon Sep 17 00:00:00 2001 From: yvan.ni <765199919@qq.com> Date: Mon, 27 Apr 2020 15:06:49 +0800 Subject: [PATCH] 礼包详情也,立即兑换也要加buyFrom参数 --- pages/giftpack/giftpacklist/giftpacklist.js | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/pages/giftpack/giftpacklist/giftpacklist.js b/pages/giftpack/giftpacklist/giftpacklist.js index ef408c7..8455595 100644 --- a/pages/giftpack/giftpacklist/giftpacklist.js +++ b/pages/giftpack/giftpacklist/giftpacklist.js @@ -132,6 +132,7 @@ Page({ "giftBagId": that.getGiftID, //礼包Id "storeId": a.stoid, //商家ID "userId": d.user_id, //用户ID + "buyFrom":2 }; var data = JSON.stringify(json); var url = that.url + "/api/weshop/marketing/buy/receive/gift/record/insert"; -- libgit2 0.21.4