Commit 52317fed32c65cb3120d411e5fb4576cd7e89254

Authored by zhiyangdu
1 parent 8ffe2eae

健康商城商品详情页接口新增埋点

src/pages/healthGoodDetails/healthGoodDetails.vue
... ... @@ -458,7 +458,8 @@ export default {
458 458 // 获取证书请求接口
459 459 this.http("/Api/" + this.getApiVersion().LuckDraw + "/luckGoodsInfo", {
460 460 id: goodsId, // 商品ID
461   - uid: this.getStore("uid") // 用户ID
  461 + uid: this.getStore("uid"), // 用户ID
  462 + activityCode: "ds_jbz", // 埋点统计
462 463 }, this.getGoodsInfoCallback, {
463 464 method: "POST"
464 465 });
... ...