Commit 52317fed32c65cb3120d411e5fb4576cd7e89254
1 parent
8ffe2eae
健康商城商品详情页接口新增埋点
Showing
1 changed file
with
2 additions
and
1 deletions
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 | }); | ... | ... |