Commit dfd2f3116f9427ce3d3022d810e9e0cc1c2a88f4
Merge branch 'test' into 'qa'
Test See merge request !371
Showing
1 changed file
with
1 additions
and
0 deletions
pages/giftpack/giftpacklist/giftpacklist.js
... | ... | @@ -132,6 +132,7 @@ Page({ |
132 | 132 | "giftBagId": that.getGiftID, //礼包Id |
133 | 133 | "storeId": a.stoid, //商家ID |
134 | 134 | "userId": d.user_id, //用户ID |
135 | + "buyFrom":2 | |
135 | 136 | }; |
136 | 137 | var data = JSON.stringify(json); |
137 | 138 | var url = that.url + "/api/weshop/marketing/buy/receive/gift/record/insert"; | ... | ... |